diff --git a/app/Models/CarShowWinner.php b/app/Models/CarShowWinner.php index 6aa6aac..1651bc3 100644 --- a/app/Models/CarShowWinner.php +++ b/app/Models/CarShowWinner.php @@ -20,7 +20,7 @@ class CarShowWinner extends Model public function awardVehicle() { - return $this->hasMany(Vehicles::class, 'vehicle'); + return $this->hasMany(Vehicles::class, 'owner'); } public function awardCategory()