dyjh 6 роки тому
батько
коміт
28374e6b01
1 змінених файлів з 1 додано та 1 видалено
  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([