summaryrefslogtreecommitdiff
path: root/kohana/config/inflector.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/config/inflector.php')
-rw-r--r--kohana/config/inflector.php1
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',
);