Completed
Push — master ( b4e577...5c0e60 )
by David
02:37
created
WbmTagManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.