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
Hi, you need to remove the namespace array item from Loaders\RoutesLoaderTrait.php in method getRouteGroup. Since you provide the wrong namespace, and actually it's a file path so it's a trigger bug. when I want in any route do this route::get('/test',TestCalls::class) it will throw this exception UnexpectedValueException : Invalid route action:
The text was updated successfully, but these errors were encountered:
Hi, you need to remove the namespace array item from Loaders\RoutesLoaderTrait.php in method getRouteGroup. Since you provide the wrong namespace, and actually it's a file path so it's a trigger bug. when I want in any route do this

route::get('/test',TestCalls::class)
it will throw this exceptionUnexpectedValueException : Invalid route action:
The text was updated successfully, but these errors were encountered: