7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
|
|
public function get{%field%}Attr($value, $row): array
|
|
{
|
|
return [
|
|
'{%labelFieldName%}' => {%className%}::whereIn('{%primaryKey%}', $row['{%foreignKey%}'])->column('{%labelFieldName%}'),
|
|
];
|
|
} |