change remind model
This commit is contained in:
@@ -11,8 +11,8 @@ class Reminder extends Model
|
|||||||
|
|
||||||
protected $guarded = [];
|
protected $guarded = [];
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'data' => 'array',
|
'data' => 'array',
|
||||||
'last_repeat' => 'date',
|
'last_repeat' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function packageName()
|
public function packageName()
|
||||||
|
|||||||
Reference in New Issue
Block a user