score relation
This commit is contained in:
parent
484e2c23ec
commit
4f751c32b0
@ -22,7 +22,7 @@ class VehicleScores extends Model
|
|||||||
|
|
||||||
public function judge()
|
public function judge()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Judges::class, 'judge', 'id');
|
return $this->belongsTo('App\Models\Judges', 'judge', 'id');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function scoredVehicle()
|
public function scoredVehicle()
|
||||||
|
Loading…
Reference in New Issue
Block a user