Home page performance optimisations
This commit is contained in:
@@ -36,8 +36,10 @@ class Invoice extends Model implements IDs
|
||||
use PushNew,ScopeActive;
|
||||
|
||||
protected $casts = [
|
||||
'created_at' => 'datetime:Y-m-d',
|
||||
'due_at' => 'datetime:Y-m-d',
|
||||
'reminders'=>'json',
|
||||
'due_at'=>'datetime:y-m-d',
|
||||
'_paid_at' => 'datetime:Y-m-d',
|
||||
];
|
||||
|
||||
public const BILL_WEEKLY = 0;
|
||||
|
Reference in New Issue
Block a user