Optimise Service model
This commit is contained in:
@@ -11,8 +11,8 @@ class Cost extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $dates = [
|
||||
'billed_at',
|
||||
protected $casts = [
|
||||
'billed_at' => 'datetime:Y-m-d',
|
||||
];
|
||||
|
||||
protected $with = [
|
||||
|
Reference in New Issue
Block a user