@@ -47,7 +47,7 @@ |
||
| 47 | 47 | public function create($uuid) |
| 48 | 48 | { |
| 49 | 49 | return $process = ProcessBuilder::create( |
| 50 | - [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment] |
|
| 50 | + [$this->consolePath, 'task:execute', $uuid, '--env='.$this->environment] |
|
| 51 | 51 | ) |
| 52 | 52 | ->setTimeout($this->processTimeout) |
| 53 | 53 | ->getProcess(); |