Skip to content

Commit b1cbdcb

Browse files
author
flakjacket95
authored
Fixed integration test error
1 parent 7658a52 commit b1cbdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Networking/v2/Models/Port.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function retrieve()
155155
public function update()
156156
{
157157
$response = $this->executeWithState($this->api->putPort());
158-
$this->populateFromResponse($response);
158+
$this->populateFromResponse($response);
159159
}
160160

161161
public function delete()

0 commit comments

Comments
 (0)