]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/Authenticate.php
Apply fixes from StyleCI
[bookstack] / app / Http / Middleware / Authenticate.php
index df8c44d351cc92784bc8adaec1f642ea0c1719a0..3b018cde0f349f3b087507b7ea34864f48267f2a 100644 (file)
@@ -38,9 +38,9 @@ class Authenticate
         if ($request->wantsJson()) {
             return response()->json([
                 'error' => [
-                    'code' => 401,
-                    'message' => trans('errors.email_confirmation_awaiting')
-                ]
+                    'code'    => 401,
+                    'message' => trans('errors.email_confirmation_awaiting'),
+                ],
             ], 401);
         }