We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4e068 commit 2351783Copy full SHA for 2351783
Setup/Patch/Schema/AutocompleteConfigPatch.php
@@ -37,7 +37,7 @@ public function apply()
37
];
38
$this->moduleDataSetup->getConnection()->startSetup();
39
$connection = $this->moduleDataSetup->getConnection();
40
- $table = $connection->getTableName('core_config_data');
+ $table = $this->moduleDataSetup->getTable('core_config_data');
41
foreach ($movedConfigDirectives as $from => $to) {
42
try {
43
$connection->query('UPDATE ' . $table . ' SET path = "' . $to . '" WHERE path = "' . $from . '"');
0 commit comments