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.
2 parents abaa764 + 09a61b4 commit 04ce285Copy full SHA for 04ce285
packages/framework/src/Console/Commands/ChangeSourceDirectoryCommand.php
@@ -27,7 +27,7 @@
27
class ChangeSourceDirectoryCommand extends Command
28
{
29
/** @var string */
30
- protected $signature = 'change:sourceDirectory {name : The new source directory name }';
+ protected $signature = 'change:sourceDirectory {name : The new source directory name}';
31
32
33
protected $description = 'Change the source directory for your project';
0 commit comments