Skip to content

Commit 1944675

Browse files
authored
Fix not returning an exit code from "Laravel\Octane\Commands\StartCommand::handleSignal()" is deprecated (#722)
1 parent 6b4db3a commit 1944675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/Concerns/InteractsWithServers.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,7 @@ public function getSubscribedSignals(): array
154154
public function handleSignal(int $signal): void
155155
{
156156
$this->stopServer();
157+
158+
exit(0);
157159
}
158160
}

0 commit comments

Comments
 (0)