refactor: Added general config validations and timezone config
This commit is contained in:
@@ -25,7 +25,7 @@ class Console extends AbstractConsole {
|
||||
if (isset($input)) {
|
||||
$input = $this->convertToString($input);
|
||||
}
|
||||
$process = new Process(implode(' ', $stdin), $input, $envs);
|
||||
$process = new Process(implode(' ', $stdin), null, $envs, $input);
|
||||
$process->inheritEnvironmentVariables();
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user