Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 051f22e

Browse files
committed
feat: update examplecommand
1 parent 978712f commit 051f22e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/console/ExampleCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ protected function handle()
2222
$this->comment(
2323
"example command's output {$this->argument('argument')} {$this->option('option')}"
2424
);
25+
26+
return 0;
2527
}
2628
}

0 commit comments

Comments
 (0)