Deleted rubbish

This commit is contained in:
Graham Campbell
2014-12-30 17:38:00 +00:00
parent ebf503c4f6
commit df101a27c2

View File

@@ -10,7 +10,5 @@ class LoginThrottlingFilter
return Redirect::back()
->with('error', 'You have made too many login requests.');
}
return $response;
}
}