Provide $_SERVER to App::processConsole()
This commit is contained in:
parent
15446f35a5
commit
c9bcc45d7c
5 changed files with 14 additions and 5 deletions
|
|
@ -181,8 +181,11 @@ class App
|
|||
);
|
||||
}
|
||||
|
||||
public function processConsole(array $argv): void
|
||||
|
||||
public function processConsole(array $serverParams): void
|
||||
{
|
||||
$argv = $serverParams['argv'] ?? [];
|
||||
|
||||
$this->setupContainerForAddons();
|
||||
|
||||
$this->setupLogChannel($this->determineLogChannel($argv));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue