Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bim-g authored Apr 5, 2023
2 parents 4f7f06f + ad8e2b0 commit fbe4820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ private function add(string $path, $callable, string $method, ?string $name = nu
* @return void
*/
public function url(string $name, array $params = [])

{
try {
if (!isset($this->_nameRoute[$name])) {
Expand Down

0 comments on commit fbe4820

Please sign in to comment.