Skip to content

Commit

Permalink
Minor change in make command class
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Nov 23, 2023
1 parent e13785e commit 3bb8c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions not_found_reader_filename
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
foofoo
2 changes: 1 addition & 1 deletion src/Console/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function __construct(
Filesystem $filesystem
) {
parent::__construct($application, $filesystem);
$this->addArgument('name', 'The full class name (can include root namespace', null, false);
$this->addArgument('name', 'The full class name (without the root namespace)', null, false);
$this->addOption('-f|--force', 'Overwrite existing files.', false, false);
}

Expand Down

0 comments on commit 3bb8c2a

Please sign in to comment.