From 7d42497e09650fa71da130cec106ed6aa00e8dce Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 31 Jan 2011 22:56:09 +0100 Subject: [PATCH] Fix typo with SQLLogger in configuration.rst --- en/reference/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst index a4b5713b6..27a54c6fe 100644 --- a/en/reference/configuration.rst +++ b/en/reference/configuration.rst @@ -307,10 +307,10 @@ SQL Logger (***Optional***) Gets or sets the logger to use for logging all SQL statements executed by Doctrine. The logger class must implement the -``Doctrine\DBAL\Logging\SqlLogger`` interface. A simple default +``Doctrine\DBAL\Logging\SQLLogger`` interface. A simple default implementation that logs to the standard output using ``echo`` and ``var_dump`` can be found at -``Doctrine\DBAL\Logging\EchoSqlLogger``. +``Doctrine\DBAL\Logging\EchoSQLLogger``. Auto-generating Proxy Classes (***OPTIONAL***) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~