Merge branch 'master' of github.com:beyondcode/laravel-websockets

This commit is contained in:
Marcel Pociot 2018-11-27 21:34:59 +01:00
commit 9433210768
1 changed files with 2 additions and 1 deletions

View File

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