Commit 87153de4 authored by Lars Olesen's avatar Lars Olesen

Fixes typo.

parent d2bfa46f
......@@ -9,7 +9,7 @@ You can get a DBAL Connection through the `Doctrine\DBAL\DriverManager` class.
'dbname' => 'mydb',
'user' => 'user',
'password' => 'secret',
'host' => 'locahlost',
'host' => 'localhost',
'driver' => 'pdo_mysql',
);
$conn = DriverManager::getConnection($connectionParams);
......
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