change remind model

This commit is contained in:
2025-12-16 14:27:20 +03:30
parent 2546f08519
commit 5cde2798d0
+1 -1
View File
@@ -12,7 +12,7 @@ class Reminder extends Model
protected $guarded = [];
protected $casts = [
'data' => 'array',
'last_repeat' => 'date',
'last_repeat' => 'datetime',
];
public function packageName()