Commit 590655df authored by Michael Ridgway's avatar Michael Ridgway

[DBAL-123] Added ability to remove SQL logger after it has been set.

parent 36c2e76a
...@@ -46,7 +46,7 @@ class Configuration ...@@ -46,7 +46,7 @@ class Configuration
* *
* @param SQLLogger $logger * @param SQLLogger $logger
*/ */
public function setSQLLogger(SQLLogger $logger) public function setSQLLogger(SQLLogger $logger = null)
{ {
$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