jsonDecode.stub 121 B

12345
  1. public function get{%field%}Attr($value): array
  2. {
  3. return !$value ? [] : json_decode($value, true);
  4. }