Forráskód Böngészése

FD3-498 fix array key

Guillermo Espinoza 7 éve
szülő
commit
999c78f69c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/DoctrineMigrations/Version20180315120345.php

+ 1 - 1
app/DoctrineMigrations/Version20180315120345.php

@@ -15,7 +15,7 @@ class Version20180315120345 extends AbstractMigration
         $extraData = json_encode([
         $extraData = json_encode([
             'parameters' => [
             'parameters' => [
                 'option122' => true,
                 'option122' => true,
-                'remote-ip-maps' => true,
+                'remote-id-map' => true,
             ],
             ],
         ]);
         ]);
         $this->addsql(
         $this->addsql(