diff --git a/composer.json b/composer.json index 4a3a9624f..bb2ccbf7c 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "autoload": { "psr-4": { "WooCommerce\\PayPalCommerce\\": "src", - "WooCommerce\\PayPalCommerce\\Isolated\\": "lib/isolated/", + "WooCommerce\\PayPalCommerce\\Common\\": "lib/common/", "WooCommerce\\PayPalCommerce\\Vendor\\": "lib/packages/" }, "files": [ diff --git a/lib/isolated/Pattern/SingletonDecorator.php b/lib/common/Pattern/SingletonDecorator.php similarity index 79% rename from lib/isolated/Pattern/SingletonDecorator.php rename to lib/common/Pattern/SingletonDecorator.php index ea9c85a04..54282dc91 100644 --- a/lib/isolated/Pattern/SingletonDecorator.php +++ b/lib/common/Pattern/SingletonDecorator.php @@ -1,7 +1,14 @@