Skip to content

Commit

Permalink
Fix not returning an exit code from "Laravel\Octane\Commands\StartCom…
Browse files Browse the repository at this point in the history
…mand::handleSignal()" is deprecated (#722)
  • Loading branch information
sy-records authored Jul 20, 2023
1 parent 6b4db3a commit 1944675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/Concerns/InteractsWithServers.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,7 @@ public function getSubscribedSignals(): array
public function handleSignal(int $signal): void
{
$this->stopServer();

exit(0);
}
}

0 comments on commit 1944675

Please sign in to comment.