We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9db03 commit 9b11884Copy full SHA for 9b11884
src/Sql/SqlBase.php
@@ -502,7 +502,7 @@ public function su()
502
$create_db_target = $this->getDbSpec();
503
504
$create_db_target['database'] = '';
505
- $db_superuser = $this->getConfig()->get('sql.db-su');
+ $db_superuser = $this->getOption('db-su');
506
if (!empty($db_superuser)) {
507
$create_db_target['username'] = $db_superuser;
508
}
0 commit comments