mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed indenting
This commit is contained in:
parent
3d83c628eb
commit
64ff9ad387
1 changed files with 5 additions and 5 deletions
|
@ -91,11 +91,11 @@ class Inflector {
|
|||
'testis' => 'testes',
|
||||
'trilby' => 'trilbys',
|
||||
'turf' => 'turfs',
|
||||
'potato' => 'potatoes',
|
||||
'hero' => 'heroes',
|
||||
'tooth' => 'teeth',
|
||||
'goose' => 'geese',
|
||||
'foot' => 'feet'
|
||||
'potato' => 'potatoes',
|
||||
'hero' => 'heroes',
|
||||
'tooth' => 'teeth',
|
||||
'goose' => 'geese',
|
||||
'foot' => 'feet'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue