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