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

1 line
121 B
Plaintext

$this->attributes['[% field_name %]'] = !empty($value) ? \DateTime::createFromFormat('[% date_format %]', $value) : null;