Skip to content

Commit 2b123a3

Browse files
committed
Make console command compatible with v2.4.6 and up.
Signed-off-by: Alex Ghiban <drew7721@gmail.com>
1 parent 5ef1f88 commit 2b123a3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Console/Command/Hints.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6464
);
6565
$status = ($this->setState === 0) ? "Disabled" : "Enabled";
6666
$output->writeln("<info>{$status} JK template hints.</info>");
67+
68+
return $this::SUCCESS;
6769
}
6870
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "justinkase/module-layouthints",
33
"description":"This is Magento 2 layout hints on steroids!",
44
"type": "magento2-module",
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"license": [
77
"GPL-3.0"
88
],

0 commit comments

Comments
 (0)