We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10e69d commit 6ffdff1Copy full SHA for 6ffdff1
1 file changed
samples/networking/v2/subnets/delete.php
@@ -18,6 +18,6 @@
18
19
$networking = $openstack->networkingV2();
20
21
-$network = $networking->getSubnet('{subnetId}');
+$subnet = $networking->getSubnet('{subnetId}');
22
23
-$network->delete();
+$subnet->delete();
0 commit comments