This commit is contained in:
freek 2018-11-27 21:34:37 +01:00
parent 30525acbba
commit 37225fe958
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ class ConnectionLogger extends Logger implements ConnectionInterface
return $this; return $this;
} }
protected function getConnection() { protected function getConnection()
{
return $this->connection; return $this->connection;
} }