@@ -41,7 +41,7 @@ |
||
| 41 | 41 | // failover for older deployments |
| 42 | 42 | $started = $deployment->Created; |
| 43 | 43 | $startedNice = $deployment->obj('Created')->Nice(); |
| 44 | - if($deployment->DeployStarted) { |
|
| 44 | + if ($deployment->DeployStarted) { |
|
| 45 | 45 | $started = $deployment->DeployStarted; |
| 46 | 46 | $startedNice = $deployment->obj('DeployStarted')->Nice(); |
| 47 | 47 | } |