From 053ed46b976d3ed9618bb8323f027d506a5d1037 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 20 May 2015 08:09:10 +0100 Subject: [PATCH] Fix docblock --- app/Http/Middleware/LoginThrottling.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/LoginThrottling.php b/app/Http/Middleware/LoginThrottling.php index 4abd47ec..c0cce483 100644 --- a/app/Http/Middleware/LoginThrottling.php +++ b/app/Http/Middleware/LoginThrottling.php @@ -20,7 +20,7 @@ use Illuminate\Support\Facades\Redirect; class LoginThrottling { /** - * Run the login throttling middleware. + * Run the login throttling middleware. * * We're verifying that the user is not attempting to brute force Cachet's * login system. If the user has reached the rate limit, then we're sending