File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Developer/Console/Command Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class TemplateHintsDisableCommand extends Command
29
29
public function __construct (
30
30
\Magento \Config \Model \ResourceModel \Config $ resourceConfig
31
31
) {
32
- parent ::__construct ($ name );
32
+ parent ::__construct ();
33
33
$ this ->_resourceConfig = $ resourceConfig ;
34
34
}
35
35
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class TemplateHintsEnableCommand extends Command
31
31
public function __construct (
32
32
\Magento \Config \Model \ResourceModel \Config $ resourceConfig
33
33
) {
34
- parent ::__construct ($ name );
34
+ parent ::__construct ();
35
35
$ this ->_resourceConfig = $ resourceConfig ;
36
36
}
37
37
@@ -41,7 +41,7 @@ public function __construct(
41
41
protected function configure ()
42
42
{
43
43
$ this ->setName (self ::COMMAND_NAME )
44
- ->setDescription ('Enable DB query logging ' );
44
+ ->setDescription ('Disable frontend template hints. ' );
45
45
46
46
parent ::configure ();
47
47
}
You can’t perform that action at this time.
0 commit comments