mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding commented-out & empty Inflector::rule configurations to config/bootstrap.php. Definition of rules in bootstrap replace previous definitions found in config/inflections.php
This commit is contained in:
parent
0983a81c8d
commit
6068549418
1 changed files with 5 additions and 1 deletions
|
@ -41,4 +41,8 @@
|
|||
*
|
||||
*/
|
||||
//EOF
|
||||
|
||||
// Inflector::rule('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
|
||||
// Inflector::rule('singular', array('rules' => array(), irregular' => array(), 'uninflected' => array()));
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue