belongsTo(\App\Models\Device::class, 'device_id', 'device_id'); } public function port() { return $this->belongsTo(\App\Models\Port::class, 'port_id', 'port_id'); } }