Skip to content

Commit 5fc5c7f

Browse files
committed
return proper exit code in FormRequestGenerator
1 parent 386995f commit 5fc5c7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Commands/Generators/FormRequestGenerator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,7 @@ public function run(array $params)
8282

8383
$this->classNameLang = 'CLI.generator.className.request';
8484
$this->generateClass($params);
85+
86+
return EXIT_SUCCESS;
8587
}
8688
}

0 commit comments

Comments
 (0)