[ErrorException]
Argument 2 passed to Illuminate\Foundation\Application::make() must be of the type array, object given, called in
/home/vagrant/code/g2anime/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 213 and de
fined
I encountered this error when attempting to run php artisan larasearch:reindex --dir=app/Models but I didn't encounter any errors when running php artisan larasearch:paths --dir=app/Models. I looked at the files in question between Laravel v5.0 and v5.1 and didn't see any differences that could cause the issue and I have another app running Laravel v5.0 with no issues.
Any ideas @iverberk?