@@ -38,6 +38,9 @@ |
||
38 | 38 | : parent::isFillable($key); |
39 | 39 | } |
40 | 40 | |
41 | + /** |
|
42 | + * @param string $key |
|
43 | + */ |
|
41 | 44 | public function getAttribute($key) |
42 | 45 | { |
43 | 46 | return in_array($key, $this->getSerializableAttributes()) |