Skip to content

Commit 68dc58a

Browse files
committed
Fix error in sample createSecurityGroup
1 parent d2023e3 commit 68dc58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/networking/v2ext/security_group/create_security_group.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$networkingExtSecGroup = $openstack->networkingV2ExtSecGroups();
2222

2323
/** @var SecurityGroup $securityGroup */
24-
$securityGroup = $networkingExtSecGroup->createSecurityGroupRule([
24+
$securityGroup = $networkingExtSecGroup->createSecurityGroup([
2525
'name' => 'New SecGroup',
2626
'description' => 'Foo Barrr'
2727
]);

0 commit comments

Comments
 (0)