We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f9936 commit efbfce0Copy full SHA for efbfce0
src/Commands/ApiDocsGenerator.php
@@ -24,4 +24,8 @@ public function fire() {
24
$docs = $this->markdown->getMarkdownDocumentation($resources);
25
$this->info($docs);
26
}
27
+
28
+ public function handle() {
29
+ self::fire();
30
+ }
31
src/Commands/CoverageCheckCommand.php
@@ -39,4 +39,8 @@ public function fire() {
39
exit(1);
40
41
42
43
44
45
46
0 commit comments