belongsTo(Plant::class); } public function devicemaster(): BelongsTo { return $this->belongsTo(DeviceMaster::class, 'device_master_id'); } }