@@ -106,6 +106,9 @@ |
||
| 106 | 106 | return TranslatableAttributeCollection::createForModel($this)->isTranslatable($attributeName); |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | + /** |
|
| 110 | + * @param string $attributeName |
|
| 111 | + */ |
|
| 109 | 112 | protected function castTranslation($translation, $attributeName) |
| 110 | 113 | { |
| 111 | 114 | $cast = TranslatableAttributeCollection::createForModel($this)->getCast($attributeName); |