From 89340a2761263d0da9aefe19abef1f4dfd8f2c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ja=C5=A1ek?= Date: Thu, 17 Jan 2013 15:47:49 +0100 Subject: [PATCH] Update en/reference/configuration.rst Fix example namespace. --- en/reference/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst index 684b054..6aa13a9 100644 --- a/en/reference/configuration.rst +++ b/en/reference/configuration.rst @@ -19,7 +19,7 @@ You can get a DBAL Connection through the 'host' => 'localhost', 'driver' => 'pdo_mysql', ); - $conn = DriverManager::getConnection($connectionParams, $config); + $conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, $config); The ``DriverManager`` returns an instance of ``Doctrine\DBAL\Connection`` which is a wrapper around the