Commit 29e0863f authored by Roman S. Borschel's avatar Roman S. Borschel

Fixed casing.

parent e83bfeed
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
namespace Doctrine\DBAL; namespace Doctrine\DBAL;
use Doctrine\DBAL\Logging\SqlLogger; use Doctrine\DBAL\Logging\SQLLogger;
/** /**
* Configuration container for the Doctrine DBAL. * Configuration container for the Doctrine DBAL.
...@@ -49,7 +49,7 @@ class Configuration ...@@ -49,7 +49,7 @@ class Configuration
* *
* @param SQLLogger $logger * @param SQLLogger $logger
*/ */
public function setSQLLogger(SqlLogger $logger) public function setSQLLogger(SQLLogger $logger)
{ {
$this->_attributes['sqlLogger'] = $logger; $this->_attributes['sqlLogger'] = $logger;
} }
......
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