Skip to content

Commit 069bce0

Browse files
committed
Update createCommand.tpl
1 parent 0576e28 commit 069bce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ubiquity/scaffolding/templates/createCommand.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
2-
namespace commands;
2+
%namespace%
33

44
use Ubiquity\devtools\cmd\commands\AbstractCustomCommand;
55
use Ubiquity\devtools\cmd\ConsoleFormatter;
6-
use Ubiquity\devtools\cmd\ConsoleTable;
76
%uses%
87

98
class %classname% extends AbstractCustomCommand {
@@ -34,6 +33,7 @@ class %classname% extends AbstractCustomCommand {
3433

3534
public function run($config, $options, $what, ...$otherArgs) {
3635
//TODO implement command behavior
36+
ConsoleFormatter::showInfo('Run %name% command');
3737
}
3838
}
3939

0 commit comments

Comments
 (0)