Skip to content

Commit

Permalink
Merge pull request #103 from three-cos/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
alies-dev authored Oct 8, 2024
2 parents e150368 + 9a3da6a commit e1fcb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/backend/conventions--laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ The idea behind it is to send email with console command outputs only when outpu
### Exit with proper code

Use non-zero exit codes if a command execution failed
(alternatively, throw an exception — the script with also exit with code 1).
(alternatively, throw an exception — the script will also exit with code 1).
This allows using global on-error handlers, e.g. for automated reporting about failed console commands, please see
`\Illuminate\Console\Scheduling\Event::emailOutputOnFailure` as an example.

Expand Down

0 comments on commit e1fcb7c

Please sign in to comment.