@@ -60,7 +60,7 @@ |
||
| 60 | 60 | */ |
| 61 | 61 | public function update(UpdateContext $context) |
| 62 | 62 | { |
| 63 | - if(version_compare($context->getCurrentVersion(), '2.0.0', '<')) { |
|
| 63 | + if (version_compare($context->getCurrentVersion(), '2.0.0', '<')) { |
|
| 64 | 64 | $sql = file_get_contents($this->getPath() . '/Resources/sql/install.sql'); |
| 65 | 65 | |
| 66 | 66 | $this->container->get('shopware.db')->query($sql); |