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
LogicException : Unable to prepare route [api/user] for serialization. Uses Closure.
at C:\xampp\htdocs\Jni\vendor\laravel\framework\src\Illuminate\Routing\Route.php:917
913| */
914| public function prepareForSerialization()
915| {
916| if ($this->action['uses'] instanceof Closure) {
917| throw new LogicException("Unable to prepare route [{$this->uri}] for serialization. Uses Closure.");
918| }
919|
920| $this->compileRoute();
921|
Exception trac
The text was updated successfully, but these errors were encountered:
LogicException : Unable to prepare route [api/user] for serialization. Uses Closure.
at C:\xampp\htdocs\Jni\vendor\laravel\framework\src\Illuminate\Routing\Route.php:917
913| */
914| public function prepareForSerialization()
915| {
916| if ($this->action['uses'] instanceof Closure) {
Exception trac
The text was updated successfully, but these errors were encountered: