소스 검색

FD3-498 fix array key

Guillermo Espinoza 7 년 전
부모
커밋
999c78f69c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(