Skip to content

Commit d93ced2

Browse files
author
Artem Molotov
committed
Remove duplicate line in CatalogService
1 parent ea17eff commit d93ced2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/OpenCloud/Common/Service/CatalogService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function __construct(ClientInterface $client, $type = null, $name = null,
8282
$this->name = $name ? : static::DEFAULT_NAME;
8383
$this->region = $region;
8484

85-
$this->region = $region;
8685
if ($this->regionless !== true && !$this->region) {
8786
throw new Exceptions\ServiceException(sprintf(
8887
'The %s service must have a region set. You can either pass in a region string as an argument param, or'

0 commit comments

Comments
 (0)