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