Update supplier/cost with components
This commit is contained in:
@@ -8,9 +8,9 @@ abstract class Type extends Model
|
||||
{
|
||||
public $timestamps = FALSE;
|
||||
|
||||
protected $dates = [
|
||||
'start_at',
|
||||
'end_at',
|
||||
protected $casts = [
|
||||
'start_at' => 'datetime:Y-m-d',
|
||||
'end_at' => 'datetime:Y-m-d',
|
||||
];
|
||||
|
||||
/* RELATIONS */
|
||||
|
Reference in New Issue
Block a user