We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709def4 commit 3aaaf5eCopy full SHA for 3aaaf5e
1 file changed
src/Networking/v2/Extensions/Layer3/Models/FloatingIp.php
@@ -70,8 +70,7 @@ public function delete()
70
71
public function retrieve()
72
{
73
- $response = $this->execute($this->api->getFloatingIp(),
74
- ['id' => (string)$this->id]);
+ $response = $this->executeWithState($this->api->getFloatingIp());
75
$this->populateFromResponse($response);
76
}
77
0 commit comments