@@ -35,6 +35,9 @@ |
||
35 | 35 | return static::getInflector()->pluralize($word); |
36 | 36 | } |
37 | 37 | |
38 | + /** |
|
39 | + * @return string |
|
40 | + */ |
|
38 | 41 | public static function tableize(string $word) |
39 | 42 | { |
40 | 43 | return static::getInflector()->tableize($word); |