Removed unnecessary 'else' statement
This commit is contained in:
parent
ba0cf2a1c9
commit
06886b7369
|
@ -41,11 +41,8 @@
|
|||
{
|
||||
return Response::make('Unauthorized', 401);
|
||||
}
|
||||
else
|
||||
{
|
||||
return Redirect::guest('login');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue