Skip to content

Commit

Permalink
We dont want Symfony to catch pcntl signal (#47725)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheBorcard authored Jul 12, 2023
1 parent 669a3a6 commit 3cd9bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ protected function getArtisan()

if ($this->symfonyDispatcher instanceof EventDispatcher) {
$this->artisan->setDispatcher($this->symfonyDispatcher);
$this->artisan->setSignalsToDispatchEvent();
}
}

Expand Down

0 comments on commit 3cd9bcb

Please sign in to comment.