typo
This commit is contained in:
parent
d4a3fb430b
commit
6d38150b1d
@ -38,7 +38,7 @@ class Vehicles extends Model
|
||||
|
||||
public function vehicleScores()
|
||||
{
|
||||
return $this->hasMany(VechicleScores::class, 'vehicle');
|
||||
return $this->hasMany(VehicleScores::class, 'vehicle');
|
||||
}
|
||||
|
||||
public function CarShowWinner()
|
||||
|
Loading…
Reference in New Issue
Block a user