code formatting

This commit is contained in:
Taylor Otwell
2016-07-09 11:27:46 -05:00
parent e3bd984b01
commit 02274da8fd

View File

@@ -21,6 +21,7 @@ class Authenticate
if ($request->ajax() || $request->wantsJson()) { if ($request->ajax() || $request->wantsJson()) {
return response('Unauthorized.', 401); return response('Unauthorized.', 401);
} }
return redirect()->guest('login'); return redirect()->guest('login');
} }