Type change

This commit is contained in:
Dennis Eichhorn 2016-01-17 16:09:02 +01:00
parent 1a1f5ef7d7
commit 27c4001ee8

View File

@ -90,7 +90,7 @@ abstract class SettingsAbstract implements OptionsInterface
*/
public function get(array $columns)
{
$options = false;
$options = [];
switch ($this->connection->getType()) {
case DatabaseType::MYSQL: