]> BookStack Code Mirror - bookstack/blobdiff - app/Access/Controllers/ThrottlesLogins.php
Perms: Fixed some issues made when adding transactions
[bookstack] / app / Access / Controllers / ThrottlesLogins.php
index 2a066dab502a04a44227d47fdaa4106e77f33a85..25c3452f25e77374dde516ab3e1366e437084aad 100644 (file)
@@ -71,7 +71,7 @@ trait ThrottlesLogins
      */
     protected function limiter(): RateLimiter
     {
-        return app(RateLimiter::class);
+        return app()->make(RateLimiter::class);
     }
 
     /**