X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/82a8db373961d89ab1c9a3736ba5fc467fe2e03d..refs/pull/3745/head:/app/Http/Middleware/ThrottleApiRequests.php diff --git a/app/Http/Middleware/ThrottleApiRequests.php b/app/Http/Middleware/ThrottleApiRequests.php index d08840cd1..c63d0c603 100644 --- a/app/Http/Middleware/ThrottleApiRequests.php +++ b/app/Http/Middleware/ThrottleApiRequests.php @@ -6,7 +6,6 @@ use Illuminate\Routing\Middleware\ThrottleRequests as Middleware; class ThrottleApiRequests extends Middleware { - /** * Resolve the number of attempts if the user is authenticated or not. */ @@ -14,5 +13,4 @@ class ThrottleApiRequests extends Middleware { return (int) config('api.requests_per_minute'); } - -} \ No newline at end of file +}