Skip to content

Commit 7658a52

Browse files
author
flakjacket95
authored
Update Port.php
1 parent df34bfc commit 7658a52

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
@@ -154,7 +154,7 @@ public function retrieve()
154154

155155
public function update()
156156
{
157-
i$response = $this->executeWithState($this->api->putPort());
157+
$response = $this->executeWithState($this->api->putPort());
158158
$this->populateFromResponse($response);
159159
}
160160

0 commit comments

Comments
 (0)