diff options
Diffstat (limited to 'kohana/config/inflector.php')
-rw-r--r-- | kohana/config/inflector.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kohana/config/inflector.php b/kohana/config/inflector.php index 64c0853c..6dcfc2d3 100644 --- a/kohana/config/inflector.php +++ b/kohana/config/inflector.php @@ -54,4 +54,5 @@ $config['irregular'] = array 'ox' => 'oxen', 'leaf' => 'leaves', 'course' => 'courses', + 'size' => 'sizes', ); |