Skip to content

Commit 6402600

Browse files
committed
fix: patch up g:command
1 parent 4ffc826 commit 6402600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sprout/Seedling/GenerateConsoleCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected function handle()
2323
return str_replace(
2424
['ClassName', 'CommandName'],
2525
[$className, $commandName],
26-
\file_get_contents(__DIR__ . '/stubs/console.stub')
26+
\file_get_contents(__DIR__ . '/console.stub')
2727
);
2828
}, ['recursive' => true]);
2929

0 commit comments

Comments
 (0)