Commit 9f897bb9 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #26 from mridgway/DBAL-123

[DBAL-123] Added ability to remove SQL logger after it has been set.
parents 36c2e76a 590655df
......@@ -46,7 +46,7 @@ class Configuration
*
* @param SQLLogger $logger
*/
public function setSQLLogger(SQLLogger $logger)
public function setSQLLogger(SQLLogger $logger = null)
{
$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