webfactor / laravel-backpack-nestedmodels

Create model trees with Laravel Backpack CRUD
MIT License
0 stars 0 forks source link

Fresh installation error #1

Open Dontorpedo opened 5 years ago

Dontorpedo commented 5 years ago

Declaration of Webfactor\Laravel\Backpack\NestedModels\Controllers\NestedModelsCrudController::storeCrud(?Backpack\CRUD\app\Http\Requests\CrudRequest $request = NULL) should be compatible with Backpack\CRUD\app\Http\Controllers\CrudController::storeCrud(?Illuminate\Http\Request $request = NULL)

Hi, after the installation steps, i got this error, dont know what to do..

is your package compatible with backpack 3.5 an laravel 5.7?

thanks in advance

OliverZiegler commented 5 years ago

Hi. Thanks for the issue. I think we did not test on Backpack 3.5 yet.

If you want you could make a PR with the necessary changes. Otherwise I will try to resolve the issue over the weekend. Seems like a small type hint error at first glance :)