Skip to content

Commit 2ca4463

Browse files
authored
Merge pull request #149 from moe-mizrak/fix-typo-in-readme
Typo in readme is fixed by closing single quote
2 parents 9adf98e + 9a38555 commit 2ca4463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ attributes.
105105
// only register routes in files that match the patterns
106106
'patterns' => ['*Controller.php'],
107107
// do not register routes in files that match the patterns
108-
'not_patterns => ['*Test.php'],
108+
'not_patterns' => ['*Test.php'],
109109
],
110110
],
111111
```

0 commit comments

Comments
 (0)