Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Dec 26, 2024
1 parent 398ad6d commit 1cc8f42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Models/UserSeasonScore.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use App\Exceptions\InvariantException;
use App\Models\Multiplayer\UserScoreAggregate;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Support\Facades\DB;

/**
* @property int $season_id
Expand All @@ -23,7 +22,6 @@ class UserSeasonScore extends Model
protected $primaryKey = ':composite';
protected $primaryKeys = ['user_id', 'season_id'];


public function calculate(): void
{
$userScores = UserScoreAggregate::whereIn('room_id', $this->season->rooms->pluck('id'))
Expand Down

0 comments on commit 1cc8f42

Please sign in to comment.