feat: add type remiders
This commit is contained in:
@@ -13,6 +13,7 @@ class Reminder extends Model
|
||||
protected $casts = [
|
||||
'data' => 'array',
|
||||
'last_repeat' => 'datetime',
|
||||
'type' => ReminderType::class,
|
||||
];
|
||||
|
||||
public function packageName()
|
||||
|
||||
Reference in New Issue
Block a user