From 9a38555f8ecba18fe63aeb3cc4e4e9aa34b22b9e Mon Sep 17 00:00:00 2001 From: moe-mizrak Date: Wed, 25 Sep 2024 02:11:07 +0300 Subject: [PATCH] Typo in readme is fixed by closing single quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 787288b..37a547f 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ attributes. // only register routes in files that match the patterns 'patterns' => ['*Controller.php'], // do not register routes in files that match the patterns - 'not_patterns => ['*Test.php'], + 'not_patterns' => ['*Test.php'], ], ], ```