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