Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Feb 5, 2024
1 parent db6cec9 commit 992a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Compute/v2/volume_attachments/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
]);

$compute = $openstack->computeV2();
$server = $compute->getServer();
$server = $compute->getServer(['id' => '{serverId}']);

$server->detachVolume('{volumeId}');

0 comments on commit 992a221

Please sign in to comment.