Skip to content

Commit

Permalink
Merge pull request #1012 from cakephp/5.next-update-routes-doc
Browse files Browse the repository at this point in the history
5.next: update routes doc
  • Loading branch information
markstory authored Aug 21, 2024
2 parents 77bf388 + d49ac89 commit a80152a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

/*
* This file is loaded in the context of the `Application` class.
* So you can use `$this` to reference the application class instance
* if required.
* So you can use `$this` to reference the application class instance
* if required.
*/
return function (RouteBuilder $routes): void {
/*
Expand Down Expand Up @@ -72,8 +72,8 @@
* $builder->connect('/{controller}/{action}/*', []);
* ```
*
* You can remove these routes once you've connected the
* routes you want in your application.
* It is NOT recommended to use fallback routes after your initial prototyping phase!
* See https://book.cakephp.org/5/en/development/routing.html#fallbacks-method for more information
*/
$builder->fallbacks();
});
Expand Down

0 comments on commit a80152a

Please sign in to comment.