Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Update en/reference/configuration.rst
Browse files Browse the repository at this point in the history
Fix example namespace.
  • Loading branch information
petrjasek committed Jan 17, 2013
1 parent 76244cf commit 89340a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/configuration.rst
Expand Up @@ -19,7 +19,7 @@ You can get a DBAL Connection through the
'host' => 'localhost', 'host' => 'localhost',
'driver' => 'pdo_mysql', 'driver' => 'pdo_mysql',
); );
$conn = DriverManager::getConnection($connectionParams, $config); $conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, $config);
The ``DriverManager`` returns an instance of The ``DriverManager`` returns an instance of
``Doctrine\DBAL\Connection`` which is a wrapper around the ``Doctrine\DBAL\Connection`` which is a wrapper around the
Expand Down

0 comments on commit 89340a2

Please sign in to comment.