feat: add type remiders

This commit is contained in:
2025-12-18 18:16:23 +03:30
parent fd3caed934
commit bf0cb80bd0
4 changed files with 47 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ class Reminder extends Model
protected $casts = [
'data' => 'array',
'last_repeat' => 'datetime',
'type' => ReminderType::class,
];
public function packageName()