fix docblock.
This commit is contained in:
parent
92e482de0d
commit
09e456d2bf
|
@ -119,7 +119,7 @@ public static function secure($method, $route, $action)
|
||||||
*
|
*
|
||||||
* <code>
|
* <code>
|
||||||
* // Register a group of URIs for an action
|
* // Register a group of URIs for an action
|
||||||
* Router::share(array('GET', '/'), array('POST', '/'), 'home@index');
|
* Router::share(array(array('GET', '/'), array('POST', '/')), 'home@index');
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @param array $routes
|
* @param array $routes
|
||||||
|
|
Loading…
Reference in New Issue