Skip to content

Commit

Permalink
feat: exists after kernel shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 26, 2024
1 parent c5ce355 commit edaa045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,7 @@ public function shutdown(): void
]);
}
}

exit(1);
}
}

0 comments on commit edaa045

Please sign in to comment.