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

6 lines
124 B
Plaintext

/**
* Indicates if the model should be timestamped.
*
* @var bool
*/
public $timestamps = false;