Skip to content

Commit 5b14f56

Browse files
committed
fix: command stub
1 parent a70e317 commit 5b14f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/stubs/command.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace {baseNamespace}{namespace};
44

5-
use Bow\Console\Command\AbstractCommand as ConsoleCommand;
5+
use Bow\Console\AbstractCommand as ConsoleCommand;
66

77
class {className} extends ConsoleCommand
88
{

0 commit comments

Comments
 (0)