belongsTo(DriverMaster::class); } public function trackingDeviceMaster(): BelongsTo { return $this->belongsTo(TrackingDeviceMaster::class); } }