mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
small typo fix in routes.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7264 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
3e8c2ad204
commit
a4c05ecba8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
|
||||
/**
|
||||
* Then we connect url '/test' to our test controller. This is helpfull in
|
||||
* Then we connect url '/test' to our test controller. This is helpful in
|
||||
* developement.
|
||||
*/
|
||||
Router::connect('/tests', array('controller' => 'tests', 'action' => 'index'));
|
||||
|
|
Loading…
Reference in a new issue