Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 16, 2018
1 parent 945084c commit 9b609a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/AbstractRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function setConfig(array $config)
'name' => 1,
'ignoreLastSlash' => 1,
'tmpCacheNumber' => 1,
'notAllowedAsNotFound' => 1,
'handleMethodNotAllowed' => 1,
'matchAll' => 1,
'autoRoute' => 1,
'controllerNamespace' => 1,
Expand Down

0 comments on commit 9b609a0

Please sign in to comment.