fix winner vehicle

This commit is contained in:
Russ Long 2022-08-08 20:36:05 -04:00
parent 82bfe4da3f
commit 3033006fd6

View File

@ -20,7 +20,7 @@ class CarShowWinner extends Model
public function awardVehicle()
{
return $this->hasMany(Vehicles::class, 'vehicle');
return $this->hasMany(Vehicles::class, 'id');
}
public function awardCategory()