@@ -40,7 +40,7 @@ |
||
| 40 | 40 | public function create($uuid) |
| 41 | 41 | { |
| 42 | 42 | return $process = ProcessBuilder::create( |
| 43 | - [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment] |
|
| 43 | + [$this->consolePath, 'task:execute', $uuid, '--env='.$this->environment] |
|
| 44 | 44 | )->getProcess(); |
| 45 | 45 | } |
| 46 | 46 | } |