File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ protected function configure() {$this->setName('tfc:image')->setDescription('Pro
26
26
*/
27
27
protected function p () {
28
28
df_google_init_service_account ();
29
- $ ii = array_slice ( $ this ->images (), 0 , 10 ); /** @var string[] $ii */
29
+ $ ii = $ this ->images (); /** @var string[] $ii */
30
30
$ count = count ($ ii ); /** @var int $count */
31
31
$ c = 0 ;
32
32
foreach ($ ii as $ i ) {/** @var string $i */
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tradefurniturecompany/image"
3
- ,"version" : " 0.0.4 "
3
+ ,"version" : " 0.0.5 "
4
4
,"description" : " A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
5
5
,"type" : " magento2-module"
6
6
,"homepage" : " https://github.com/tradefurniturecompany/image"
You can’t perform that action at this time.
0 commit comments