change remind model

This commit is contained in:
2025-12-16 14:27:20 +03:30
parent 2546f08519
commit 5cde2798d0
+2 -2
View File
@@ -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()