Closed jim0thy closed 5 years ago
Ignore this, I'm an idiot.
Ignore this, I'm an idiot.
@jim0thy I am curious. Why i am an idiot too? Maybe some feedback for me's in future, and present?
Ok. I know why i am idiot. In my Engine i had non static method usesSoftDelete
. Nothing to do with this package. It is greaT ;)
Description:
Calling
scout:import "App\Model"
causes the error:The stack trace points to line 122 in Searchable.php:
This happens on all
Searchable
models across several projects, regardless of whether the model uses theSoftDeletes
trait.Steps To Reproduce:
Run
php artisan scout:import "App\Model"