category relation

This commit is contained in:
Russ Long 2022-08-08 14:55:05 -04:00
parent 05d347914e
commit 6191923269

View File

@ -25,7 +25,7 @@ class CarShowCategory extends Model
public function vehicle()
{
return $this->hasMany(App\Models\Vehicles::class, 'type');
return $this->hasMany(Vehicles::class, 'type');
}
public function showWinner()
{