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
When I'm using strings like 'MyController@action' all is ok.
But I'm used to doing like so [MyController::class, 'action']. And this routes are skipping.
Can you add support for this writing style for laravel and dingo routes?
The text was updated successfully, but these errors were encountered:
When I'm using strings like
'MyController@action'
all is ok.But I'm used to doing like so
[MyController::class, 'action']
. And this routes are skipping.Can you add support for this writing style for laravel and dingo routes?
The text was updated successfully, but these errors were encountered: