Skip to content

Commit 9b609a0

Browse files
committed
fix test error
1 parent 945084c commit 9b609a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base/AbstractRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function setConfig(array $config)
208208
'name' => 1,
209209
'ignoreLastSlash' => 1,
210210
'tmpCacheNumber' => 1,
211-
'notAllowedAsNotFound' => 1,
211+
'handleMethodNotAllowed' => 1,
212212
'matchAll' => 1,
213213
'autoRoute' => 1,
214214
'controllerNamespace' => 1,

0 commit comments

Comments
 (0)