hasMany(Vehicles::class, 'vehicle'); } public function awardCategory() { return $this->hasMany(CarShowCategory::class, 'category'); } }