Commit e334f06d authored by Steve Müller's avatar Steve Müller

fix code style

parent 4ebd411c
......@@ -59,8 +59,7 @@ class Driver implements \Doctrine\DBAL\Driver
}
if (isset($params['dbname'])) {
$dsn .= 'dbname=' . $params['dbname'] . ' ';
}
else {
} else {
$dsn .= 'dbname=template1' . ' ';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment