Skip to content

Commit 67445f2

Browse files
committed
Update OpenStack.php
link to the OpenCloud Common Library
1 parent f2ee770 commit 67445f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class OpenStack
2727
*/
2828
public function __construct(array $options = [], Builder $builder = null)
2929
{
30-
$this->builder = $builder ?: new Builder($options);
30+
$this->builder = $builder ?: new Builder($options, 'OpenStack');
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)