dyjh il y a 6 ans
Parent
commit
28374e6b01
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Middleware/AuthenticateApi.php

+ 1 - 1
app/Http/Middleware/AuthenticateApi.php

xqd
@@ -15,7 +15,7 @@ class AuthenticateApi
      * @return mixed
      */
     public function handle($request, Closure $next)
-    {dd(111);
+    {
         $userAuth = Auth('api')->user();
         if (!$userAuth) {
             return Response::json([