From d93ced288e64c1dd41c2f64f666182e4bf5de0b2 Mon Sep 17 00:00:00 2001 From: Artem Molotov Date: Fri, 20 Oct 2017 11:39:51 +0300 Subject: [PATCH] Remove duplicate line in CatalogService --- lib/OpenCloud/Common/Service/CatalogService.php | 1 - 1 file changed, 1 deletion(-) 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'