@@ -80,9 +80,10 @@ |
||
| 80 | 80 | $site = new Site(); |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | - if ($site->getVersion()) |
|
| 84 | - |
|
| 83 | + if ($site->getVersion()) { |
|
| 84 | + |
|
| 85 | 85 | return $site; |
| 86 | + } |
|
| 86 | 87 | }); |
| 87 | 88 | |
| 88 | 89 | // Share the container |