Skip to content

Commit

Permalink
Fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
meklis committed Oct 5, 2023
1 parent 740055c commit 26e632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ZTE/C300Series/InterfacesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function run($params = [])
$this->response[] = $this->parseInterface($params['interface']);
} else {
$this->response = array_values(array_map(function ($i) {
return $this->parseInterface($i['id'], 'xid');
return $this->parseInterface($i['_xid'], 'xid');
}, $this->listInterfacesByXidNames()));
}
return $this;
Expand Down

0 comments on commit 26e632e

Please sign in to comment.