@@ -31,7 +31,7 @@ |
||
| 31 | 31 | $this->detectDbSettings($output); |
| 32 | 32 | |
| 33 | 33 | $dbHelper = $this->getDatabaseHelper(); |
| 34 | - $connection = $dbHelper->getConnection($output); |
|
| 34 | + $connection = $dbHelper->getConnection($output); |
|
| 35 | 35 | |
| 36 | 36 | $roleTableName = $dbHelper->getTableName('authorization_role'); |
| 37 | 37 | $ruleTableName = $dbHelper->getTableName('authorization_rule'); |