diff --git a/app/Http/Middleware/ThrottleRequests.php b/app/Http/Middleware/ThrottleRequests.php index fd65a09..6e8f37d 100644 --- a/app/Http/Middleware/ThrottleRequests.php +++ b/app/Http/Middleware/ThrottleRequests.php @@ -19,6 +19,7 @@ * Extracted from ThrottleRequests of the Laravel Framework. * * @see https://github.com/laravel/framework/blob/5.8/src/Illuminate/Routing/Middleware/ThrottleRequests.php + * * @codeCoverageIgnore Because it is a Laravel Framework class. */ class ThrottleRequests