Skip to content

Commit

Permalink
add missing property-reads
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 20, 2025
1 parent 866501e commit 0bb20d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Season.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Illuminate\Database\Eloquent\Relations\HasMany;

/**
* @property-read Collection<Division> $divisions
* @property bool $finalised
* @property string $name
* @property-read Collection<Multiplayer\Room> $rooms
Expand Down
1 change: 1 addition & 0 deletions app/Models/UserSeasonScoreAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @property-read Season $season
* @property int $season_id
* @property float $total_score
* @property-read User $user
* @property int $user_id
*/
class UserSeasonScoreAggregate extends Model
Expand Down

0 comments on commit 0bb20d7

Please sign in to comment.