Commit 4afcd8c2 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3136 from melvinsh/patch-1

Removed unnecessary 'else' statement
parents ba0cf2a1 06886b73
......@@ -41,11 +41,8 @@ Route::filter('auth', function()
{
return Response::make('Unauthorized', 401);
}
else
{
return Redirect::guest('login');
}
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment