Skip to content

Commit 4db99fa

Browse files
[Bugfix] Correct validators generator command description
Merge pull request #42 from SirLamer/patch-1 Correct make:json-api:validators description typo
2 parents ed398ff + de1a223 commit 4db99fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/ValidatorsMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ValidatorsMakeCommand extends AbstractGeneratorCommand
3838
*
3939
* @var string
4040
*/
41-
protected $description = 'Create a new JSON API resource search';
41+
protected $description = 'Create a new JSON API resource validator';
4242

4343
/**
4444
* The type of class being generated.

0 commit comments

Comments
 (0)