some more typo and readability fixes
This commit is contained in:
parent
33e7c08624
commit
9954be75f8
3 changed files with 11 additions and 12 deletions
|
@ -86,7 +86,7 @@ return function(\FastRoute\RouteCollector $r) {
|
|||
};
|
||||
```
|
||||
|
||||
Now let's rewrite the route dispatcher part to use the `Routes.php` file.
|
||||
Now let's rewrite the route dispatcher part to use the `routes.php` file.
|
||||
|
||||
```php
|
||||
$routeDefinitionCallback = require __DIR__ . '/../config/routes.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue