Skip to content

Commit

Permalink
Merge pull request #351 from LeviWB/fix/remove-undefined-method
Browse files Browse the repository at this point in the history
FIX Remove call to process::inheritEnvironmentVariables()
  • Loading branch information
GuySartorelli authored Aug 9, 2023
2 parents b2226c0 + 526ee73 commit 8ef542d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected function processGroup(
// Set timeout from config. Process default is 60 seconds
$process->setTimeout($this->config()->get('process_timeout'));

$process->inheritEnvironmentVariables();
$process->run();

$res = $process->getOutput();
Expand Down

0 comments on commit 8ef542d

Please sign in to comment.