This commit is contained in:
Russ Long 2022-08-28 15:10:17 -04:00
parent d4a3fb430b
commit 6d38150b1d

View File

@ -38,7 +38,7 @@ class Vehicles extends Model
public function vehicleScores() public function vehicleScores()
{ {
return $this->hasMany(VechicleScores::class, 'vehicle'); return $this->hasMany(VehicleScores::class, 'vehicle');
} }
public function CarShowWinner() public function CarShowWinner()