fix docblock.

This commit is contained in:
Taylor Otwell 2012-04-19 08:41:23 -05:00
parent 92e482de0d
commit 09e456d2bf
1 changed files with 1 additions and 1 deletions

View File

@ -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