Skip to content

Commit

Permalink
fix: remove --namespace in help and docs
Browse files Browse the repository at this point in the history
This does not work now. The namespace is alwayss `Tests`.
  • Loading branch information
kenjis committed Dec 27, 2023
1 parent be2c612 commit db11c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions system/Commands/Generators/TestGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ class TestGenerator extends BaseCommand
* @var array<string, string>
*/
protected $options = [
'--namespace' => 'Set root namespace. Default: "\Tests".',
'--force' => 'Force overwrite existing file.',
'--force' => 'Force overwrite existing file.',
];

/**
Expand Down
1 change: 0 additions & 1 deletion user_guide_src/source/cli/cli_generators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ Argument:

Options:
========
* ``--namespace``: Set the root namespace. Defaults to value of ``\Tests``.
* ``--force``: Set this flag to overwrite existing files on destination.

make:migration
Expand Down

0 comments on commit db11c4d

Please sign in to comment.