We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386995f commit 5fc5c7fCopy full SHA for 5fc5c7f
system/Commands/Generators/FormRequestGenerator.php
@@ -82,5 +82,7 @@ public function run(array $params)
82
83
$this->classNameLang = 'CLI.generator.className.request';
84
$this->generateClass($params);
85
+
86
+ return EXIT_SUCCESS;
87
}
88
0 commit comments