typo
This commit is contained in:
@ -38,7 +38,7 @@ class Vehicles extends Model
|
|||||||
|
|
||||||
public function vehicleScores()
|
public function vehicleScores()
|
||||||
{
|
{
|
||||||
return $this->hasMany(VechicleScores::class, 'vehicle');
|
return $this->hasMany(VehicleScores::class, 'vehicle');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function CarShowWinner()
|
public function CarShowWinner()
|
||||||
|
Reference in New Issue
Block a user