Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 16, 2023
1 parent db73bda commit 932b29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/DtoMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DtoMakeCommand extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new validation data transfer object';
protected $description = 'Create a new data transfer object';

/**
* The type of class being generated.
Expand Down Expand Up @@ -63,7 +63,7 @@ protected function getDefaultNamespace($rootNamespace)
protected function getOptions()
{
return [
['force', 'f', InputOption::VALUE_NONE, 'Create the class even if the rule already exists'],
['force', 'f', InputOption::VALUE_NONE, 'Create the class even if the data transfer object already exists'],
];
}
}

0 comments on commit 932b29d

Please sign in to comment.