Split long line

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
Kamil Tekiela 2024-12-14 02:19:04 +00:00
parent b3ffcc6d6c
commit 681c22b4be

View File

@ -101,7 +101,12 @@ final class DatabaseController implements InvocableController
$tableNames = $this->dbi->getTables(Current::$database);
// remove all foreign key constraints, otherwise we can get errors
$exportSqlPlugin = Plugins::getPlugin('export', 'sql', ExportType::Database, isset($GLOBALS['single_table']));
$exportSqlPlugin = Plugins::getPlugin(
'export',
'sql',
ExportType::Database,
isset($GLOBALS['single_table']),
);
// create stand-in tables for views
$views = $this->operations->getViewsAndCreateSqlViewStandIn(