Files
sibedas/resources/laravel-code-generator/templates/default/model-accessor.stub
Firman Herdiansyah 99e99fa2e6 Update Dashboard Layout
2025-02-05 13:36:33 +07:00

11 lines
213 B
Plaintext

/**
* Get [% field_name %] in array format
*
* @param string $value
* @return array
*/
public function get[% field_name_cap %]Attribute($value)
{
[% content %]
}