diff --git a/app/filters/LoginThrottlingFilter.php b/app/filters/LoginThrottlingFilter.php index b7839e11..271ca183 100644 --- a/app/filters/LoginThrottlingFilter.php +++ b/app/filters/LoginThrottlingFilter.php @@ -2,7 +2,7 @@ class LoginThrottlingFilter { - public function filter($route, $request, $response) + public function filter($route, $request) { // check if we've reached the rate limit, but don't hit the throttle yet // we can hit the throttle later on in the if validation passes