From 9fe10ccfb2f1d76c3e23e8061f821e2e9acf3dfe Mon Sep 17 00:00:00 2001 From: EwelinaLasowy Date: Mon, 20 Mar 2023 11:28:24 +0100 Subject: [PATCH] - fix --- app/Infrastructure/Http/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Infrastructure/Http/Kernel.php b/app/Infrastructure/Http/Kernel.php index d7049bf0..ca13191c 100644 --- a/app/Infrastructure/Http/Kernel.php +++ b/app/Infrastructure/Http/Kernel.php @@ -53,7 +53,7 @@ class Kernel extends HttpKernel ], "api" => [ EnsureFrontendRequestsAreStateful::class, - ThrottleRequests::class . "throttle:api", + ThrottleRequests::class . ":api", SubstituteBindings::class, ], ];