@@ -56,7 +56,7 @@ |
||
| 56 | 56 | return $this->belongsTo(Team::class, 'away_team_id'); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - public function scopeComplete($query){ |
|
| 59 | + public function scopeComplete($query) { |
|
| 60 | 60 | return $query->with( |
| 61 | 61 | 'homeTeam', |
| 62 | 62 | 'homeTeam.roster', |