@@ -73,6 +73,9 @@ |
||
73 | 73 | return new static(is_array($json) ? $json : json_decode($json, true)); |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @param string $key |
|
78 | + */ |
|
76 | 79 | public function get($key) |
77 | 80 | { |
78 | 81 | return $this->attributes->get($key); |