Remove unused $request variable

This commit is contained in:
snipe 2016-12-01 02:13:00 -08:00
parent 16cfdbaa93
commit 4c418bf622

View file

@ -54,7 +54,7 @@ class AuthController extends Controller
}
function showLoginForm(Request $request)
function showLoginForm()
{
// Is the user logged in?