mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
ea482442ff
commit
a67a97722a
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ class Inflector extends Object {
|
|||
'/(m)en$/i' => '\1an',
|
||||
'/(c)hildren$/i' => '\1\2hild',
|
||||
'/(n)ews$/i' => '\1\2ews',
|
||||
'/eaus$/' => 'eau',
|
||||
'/^(.*us)$/' => '\\1',
|
||||
'/s$/i' => '');
|
||||
|
||||
|
|
Loading…
Reference in a new issue