Skip to content

Commit 3cd9bcb

Browse files
We dont want Symfony to catch pcntl signal (#47725)
1 parent 669a3a6 commit 3cd9bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/Console/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ protected function getArtisan()
484484

485485
if ($this->symfonyDispatcher instanceof EventDispatcher) {
486486
$this->artisan->setDispatcher($this->symfonyDispatcher);
487+
$this->artisan->setSignalsToDispatchEvent();
487488
}
488489
}
489490

0 commit comments

Comments
 (0)