5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
|
|
public function get{%field%}Attr($value): array
|
|
{
|
|
return !$value ? [] : json_decode($value, true);
|
|
} |