From 3a11aa53cb8fe8b767219109287862e6c3be245f Mon Sep 17 00:00:00 2001 From: Franck DAKIA Date: Sat, 27 May 2023 18:59:37 +0000 Subject: [PATCH] Fix typo --- app/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Kernel.php b/app/Kernel.php index 351af52..f73090e 100644 --- a/app/Kernel.php +++ b/app/Kernel.php @@ -42,7 +42,7 @@ public function namespaces(): array } /** - * Define the app middlewares + * Define the app middleware * * @return array */