help load model from table

i need use model from package https://github.com/calebporzio/sushi to table but it doesn't seem to work. error Expected type 'Illuminate\Database\Eloquent\Builder|Closure|null'. Found .Could you please suggest how to import data from an external source into a FilamentPHP table?
GitHub
GitHub - calebporzio/sushi: Eloquent's missing "array" driver.
Eloquent's missing "array" driver. Contribute to calebporzio/sushi development by creating an account on GitHub.
No description
1 Reply
avinmaster
avinmaster4w ago
show all of your code ( $table->query() ), maybe you're not sending Builder

Did you find this page helpful?