diff --git a/lib/OpenCloud/Common/Service/CatalogService.php b/lib/OpenCloud/Common/Service/CatalogService.php index 0e26405c5..ac81833d7 100644 --- a/lib/OpenCloud/Common/Service/CatalogService.php +++ b/lib/OpenCloud/Common/Service/CatalogService.php @@ -82,7 +82,6 @@ public function __construct(ClientInterface $client, $type = null, $name = null, $this->name = $name ? : static::DEFAULT_NAME; $this->region = $region; - $this->region = $region; if ($this->regionless !== true && !$this->region) { throw new Exceptions\ServiceException(sprintf( 'The %s service must have a region set. You can either pass in a region string as an argument param, or'