Skip to content

Commit

Permalink
use proper foreign key for season relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 22, 2025
1 parent aff7ed0 commit 6643d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Multiplayer/Room.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function season(): HasOneThrough
return $this->hasOneThrough(
Season::class,
SeasonRoom::class,
'id',
'room_id',
'id',
'id',
'season_id',
Expand Down

0 comments on commit 6643d4b

Please sign in to comment.