Browse Source

FD3-498 fix array key

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
999c78f69c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/DoctrineMigrations/Version20180315120345.php

+ 1 - 1
app/DoctrineMigrations/Version20180315120345.php

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