Fixed QuitterState using wrong cast for datetime

This commit is contained in:
Vari
2024-08-08 23:10:37 +02:00
parent a9020cf844
commit bfbfccf2cc

View File

@@ -24,7 +24,7 @@ class QuitterState extends Model
'quit_match_streak_previous' => 'int',
'strikes_left' => 'int',
'has_quit_once' => 'boolean',
'strike_refresh_time' => Carbon::class,
'strike_refresh_time' => 'datetime',
];
protected $attributes = [