]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/ThrottleApiRequests.php
Added login throttling test, updated reset-pw test method names
[bookstack] / app / Http / Middleware / ThrottleApiRequests.php
index 4e03aed58d50113236f5fef509a89c43101efa8b..c63d0c6033d4b6918a9970a9f495af2f1432430e 100644 (file)
@@ -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.
      */