hasMany('App\Models\Vehicles', 'id', 'type'); } public function showWinner() { return $this->hasMany('App\Models\CarShowWinner', 'id', 'category'); } }