Split long line
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
b3ffcc6d6c
commit
681c22b4be
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user