Commit 8337fa0f authored by Lars Olesen's avatar Lars Olesen Committed by Benjamin Eberlei

Fixes typo.

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