We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9dfe2 commit f4eeebdCopy full SHA for f4eeebd
src/Commands/installPermission.php
@@ -78,7 +78,7 @@ public function handle( Filesystem $filesystem)
78
79
$this->info('Dumping the autoloaded files and reloading all new files');
80
$composer = $this->findComposer();
81
- $process = new Process($composer.' dump-autoload');
+ $process = Process::fromShellCommandline($composer.' dump-autoload');
82
$process->setTimeout(null); // Setting timeout to null to prevent installation from stopping at a certain point in time
83
$process->setWorkingDirectory(base_path())->run();
84
0 commit comments