@@ -9,6 +9,9 @@ |
||
9 | 9 | |
10 | 10 | trait HasTranslations |
11 | 11 | { |
12 | + /** |
|
13 | + * @param string $key |
|
14 | + */ |
|
12 | 15 | public function getAttributeValue($key) |
13 | 16 | { |
14 | 17 | if (! $this->isTranslatableAttribute($key)) { |