From de1a22337a73795b14018f1b4737da39dda216b1 Mon Sep 17 00:00:00 2001 From: SirLamer Date: Thu, 23 Feb 2017 01:50:04 -0700 Subject: [PATCH] Correct make:json-api:validators description typo --- src/Console/Commands/ValidatorsMakeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/ValidatorsMakeCommand.php b/src/Console/Commands/ValidatorsMakeCommand.php index dd4abdb0..9010e3b5 100644 --- a/src/Console/Commands/ValidatorsMakeCommand.php +++ b/src/Console/Commands/ValidatorsMakeCommand.php @@ -38,7 +38,7 @@ class ValidatorsMakeCommand extends AbstractGeneratorCommand * * @var string */ - protected $description = 'Create a new JSON API resource search'; + protected $description = 'Create a new JSON API resource validator'; /** * The type of class being generated.