anaseqal / nova-import

Laravel Nova Import Action
72 stars 28 forks source link

Missing Traits #2

Closed joaodman closed 5 years ago

joaodman commented 5 years ago

When trying to use the package I'm getting: Trait 'Laravel\\Nova\\Metable' not found at /var/www/vendor/anaseqal/nova-import/src/Actions/Action.php:19 And Trait 'Laravel\\Nova\\AuthorizedToSee' not found at /var/www/vendor/anaseqal/nova-import/src/Actions/Action.php:20 Did you forget to include this traits, or am I missing something?

anaseqal commented 5 years ago

Which nova version you are using, this is only tested on nova 2.

joaodman commented 5 years ago

I'm using Nova 1.0 for this project, will look into upgrading it. That is most likely the cause. Thank you.