@@ -13,6 +13,9 @@ |
||
| 13 | 13 | class TypeNamer extends CollectionNamer |
| 14 | 14 | { |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param \Maslosoft\Addendum\Interfaces\AnnotatedInterface $model |
|
| 18 | + */ |
|
| 16 | 19 | public static function nameType($model) |
| 17 | 20 | { |
| 18 | 21 | $enforcedType = ManganelMeta::create($model)->type()->type; |