Skip to content

Commit 2f716cd

Browse files
author
Saeed Vaziry
committed
disable pcntl
1 parent 83ec37d commit 2f716cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Loaders/BaseLoader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function init()
2626
$config->setVerbosity(Configuration::VERBOSITY_QUIET);
2727
$config->setHistoryFile(defined('PHP_WINDOWS_VERSION_BUILD') ? 'null' : '/dev/null');
2828
$config->setRawOutput(false);
29+
$config->setUsePcntl(false);
2930

3031
if (class_exists('Illuminate\Support\Collection') && class_exists('Laravel\Tinker\TinkerCaster')) {
3132
$config->getPresenter()->addCasters([

0 commit comments

Comments
 (0)