Replies: 1 comment
-
You cannot use import as scope name. It's already in use as macro. Try another scope name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a local scope on an Eloquent model as below:
I have nothing referencing this package in this particular model.
When accessing the scope using
Model::import()->get();
I get the following:Versions
maatwebsite/excel: 3.1
laravel: 9
Beta Was this translation helpful? Give feedback.
All reactions