belongsTo(Judges::class, 'judge', 'id'); } public function scoredVehicle() { return $this->hasMany('App\Models\Vehicles', 'owner', 'vehicle'); } }