dyjh 6 gadi atpakaļ
vecāks
revīzija
28374e6b01
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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([