Highscore frags fixed for TFS 0.3 (#263)

This commit is contained in:
Jonatas
2024-08-16 13:19:44 -03:00
committed by GitHub
parent ab73d60c61
commit 760c3ab017
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model;
class PlayerKillers extends Model {
protected $table = 'players_killers';
protected $table = 'player_killers';
public $timestamps = false;