This commit is contained in:
2018-10-28 22:33:47 -05:00
parent ad81035496
commit 1f5037af2a
2 changed files with 0 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ class RedirectIfAuthenticated
*/
public function handle($request, Closure $next, $guard = null)
{
//dd($request);
if($request->pathInfo == '/login') {
if (Auth::guard($guard)->check()) {
return redirect('/dashboard');