mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 03:06:03 -05:00
Fixed QuitterState using wrong cast for datetime
This commit is contained in:
2
dist/app/Models/Game/QuitterState.php
vendored
2
dist/app/Models/Game/QuitterState.php
vendored
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user