Skip to content

Commit

Permalink
[DotrineBundle] dixed case on MySQL driver
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 2, 2010
1 parent a06d4a8 commit afa1cea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public function dbalLoad($config)
$configuration->merge($loader->load($this->resources['dbal']));

$defaultConnection = array(
'driver' => 'PDOMySQL',
'driver' => 'PDOMySql',
'user' => 'root',
'password' => null,
'host' => 'localhost',
Expand Down

0 comments on commit afa1cea

Please sign in to comment.