Update laravel framework from 9 to 11, removed some old packages
This commit is contained in:
@@ -27,8 +27,8 @@ class Payment extends Model implements IDs
|
||||
{
|
||||
use PushNew,ScopeActive,ProviderRef;
|
||||
|
||||
protected $dates = [
|
||||
'paid_at',
|
||||
protected $casts = [
|
||||
'paid_at'=>'datetime:Y-m-d',
|
||||
];
|
||||
|
||||
// Array of items that can be updated with PushNew
|
||||
|
Reference in New Issue
Block a user