The trait Backpack\CRUD\app\Http\C...rations\CreateOperation requires the property $entity_name which is not provided by Backpack\CRUD\Tests\conf...eUploaderCrudController.
Loading history...
13
use \Backpack\CRUD\app\Http\Controllers\Operations\UpdateOperation;
The trait Backpack\CRUD\app\Http\C...rations\UpdateOperation requires some properties which are not provided by Backpack\CRUD\Tests\conf...eUploaderCrudController: $entity_name, $model
Loading history...
14
use \Backpack\CRUD\app\Http\Controllers\Operations\DeleteOperation;
The method withFiles() does not exist on Backpack\CRUD\app\Library\CrudPanel\CrudField. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation