@@ -45,7 +45,7 @@ |
||
45 | 45 | */ |
46 | 46 | public function create($uuid) |
47 | 47 | { |
48 | - $command = implode(' ', [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment]); |
|
48 | + $command = implode(' ', [$this->consolePath, 'task:execute', $uuid, '--env='.$this->environment]); |
|
49 | 49 | |
50 | 50 | if (method_exists(Process::class, 'fromShellCommandline')) { |
51 | 51 | $process = Process::fromShellCommandline($command); |