Skip to content

Commit 4ba218f

Browse files
author
Jamie Hannaford
committed
Merge pull request #43 from EoleDev/patch-1
Update OpenStack.php
2 parents f2ee770 + 67445f2 commit 4ba218f

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)