From 3d29893f457d21964db8cd58b2f38085005d1963 Mon Sep 17 00:00:00 2001 From: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:53:35 +0100 Subject: [PATCH] - fix adding a vacation request (#295) - 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, ], ];