Removed the response argument from a before filter

This commit is contained in:
Graham Campbell
2014-12-30 17:34:16 +00:00
parent a8752b9100
commit ebf503c4f6

View File

@@ -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