Skip to content

Commit c3276dc

Browse files
committed
Changed Readme
1 parent 92b52f7 commit c3276dc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ All routes
9393
```php
9494
var_dump($router->getRoutes());
9595
```
96-
Current route
97-
```php
98-
var_dump($router->getCurrent());
99-
```
10096
Register a new named parameter
10197
```php
10298
$router->setAlias(alias: 'username', pattern: '[a-zA-Z0-9-_]+');

0 commit comments

Comments
 (0)