diff --git a/Command.php b/Command.php index 230f975..c5a6969 100644 --- a/Command.php +++ b/Command.php @@ -26,7 +26,7 @@ protected function configure() {$this->setName('tfc:image')->setDescription('Pro */ protected function p() { df_google_init_service_account(); - $ii = array_slice($this->images(), 0, 10); /** @var string[] $ii */ + $ii = $this->images(); /** @var string[] $ii */ $count = count($ii); /** @var int $count */ $c = 0; foreach ($ii as $i) {/** @var string $i */ diff --git a/composer.json b/composer.json index f974d94..d748458 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tradefurniturecompany/image" - ,"version": "0.0.4" + ,"version": "0.0.5" ,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)" ,"type": "magento2-module" ,"homepage": "https://github.com/tradefurniturecompany/image"