Merge branch 'master' of github.com:beyondcode/laravel-websockets
This commit is contained in:
commit
9433210768
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue