mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
cookie is not uninflected but irregular
This commit is contained in:
parent
554d5794ce
commit
500a9805b7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Inflector {
|
||||||
'/$/' => 's',
|
'/$/' => 's',
|
||||||
),
|
),
|
||||||
'uninflected' => array(
|
'uninflected' => array(
|
||||||
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', 'people', 'cookie'
|
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', 'people'
|
||||||
),
|
),
|
||||||
'irregular' => array(
|
'irregular' => array(
|
||||||
'atlas' => 'atlases',
|
'atlas' => 'atlases',
|
||||||
|
|
Loading…
Add table
Reference in a new issue