Valerii Khliebka
Results
2
comments of
Valerii Khliebka
Problem in **NovaRequest** in method **resource** by call in **BelongsTo::associatableQueryCallable** ``` public function resource() { return tap(once(function () { return Nova::resourceForKey($this->route('resource')); }), function ($resource) { abort_if(is_null($resource), 404); }); } ```...
My PR https://github.com/simonhamp/laravel-nova-csv-import/pull/47