Skip to content

Commit

Permalink
Updating commented Inflector code in app bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Aug 2, 2009
1 parent bc28dd8 commit 1a1fef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/config/bootstrap.php
Expand Up @@ -39,8 +39,8 @@
/**
* As of 1.3, additional rules for the inflector are added below
*
* Inflector::rule('singular', array('rules' => array(), irregular' => array(), 'uninflected' => array()));
* Inflector::rule('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
* Inflector::rules('singular', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
* Inflector::rules('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
*
*/
?>
?>

0 comments on commit 1a1fef6

Please sign in to comment.