mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
preview
terminada
This commit is contained in:
@ -33,8 +33,8 @@ class ErrorPresupuesto extends Model
|
|||||||
protected array $castHandlers = [];
|
protected array $castHandlers = [];
|
||||||
|
|
||||||
// Dates
|
// Dates
|
||||||
protected $useTimestamps = false;
|
protected $useTimestamps = true;
|
||||||
protected $dateFormat = 'datetime';
|
//protected $dateFormat = 'datetime';
|
||||||
protected $createdField = 'created_at';
|
protected $createdField = 'created_at';
|
||||||
protected $updatedField = 'updated_at';
|
protected $updatedField = 'updated_at';
|
||||||
protected $deletedField = 'deleted_at';
|
protected $deletedField = 'deleted_at';
|
||||||
|
|||||||
Reference in New Issue
Block a user