Fix the auth filter to redirect to auth/login
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
return Redirect::guest('login');
|
||||
return Redirect::guest('auth/login');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user