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 d69c242 commit 9279fceCopy full SHA for 9279fce
app/code/Magento/Backup/Model/ResourceModel/View/CreateViewsBackup.php
@@ -111,6 +111,6 @@ public function getViewHeader(string $viewName): string
111
public function getDropViewSql(string $viewName): string
112
{
113
$quotedViewName = $this->getConnection()->quoteIdentifier($viewName);
114
- return sprintf('DROP VIEW IF EXISTS %s;\n', $quotedViewName);
+ return sprintf("DROP VIEW IF EXISTS %s;\n", $quotedViewName);
115
}
116
0 commit comments