We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffc826 commit 6402600Copy full SHA for 6402600
src/Sprout/Seedling/GenerateConsoleCommand.php
@@ -23,7 +23,7 @@ protected function handle()
23
return str_replace(
24
['ClassName', 'CommandName'],
25
[$className, $commandName],
26
- \file_get_contents(__DIR__ . '/stubs/console.stub')
+ \file_get_contents(__DIR__ . '/console.stub')
27
);
28
}, ['recursive' => true]);
29
0 commit comments