You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
We've been using the package for some time and noticed the addition of Nova Actions changed how OptionsController::index() handles options and since then our code always run into
local.ERROR: Class name must be a valid object or a string {"userId":2,"exception":"[object] (Error(code: 0): Class name must be a valid object or a string at /srv/vendor/royduin/laravel-nova-field-dynamic-select/src/Http/Controllers/OptionsController.php:97)
Meaning $request->has('action') in line 16 is somehow filled when it shouldn't.
For now, we commented out this if so our code can run as before and we have no idea why the request has action set since we do not use it.
Not sure how to help debug, but if given pointers I'd be glad to help figure out what's going on.
The text was updated successfully, but these errors were encountered:
Hello,
We've been using the package for some time and noticed the addition of Nova Actions changed how
OptionsController::index()
handles options and since then our code always run intoMeaning
$request->has('action')
in line 16 is somehow filled when it shouldn't.For now, we commented out this
if
so our code can run as before and we have no idea why the request hasaction
set since we do not use it.Not sure how to help debug, but if given pointers I'd be glad to help figure out what's going on.
The text was updated successfully, but these errors were encountered: