mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
Change visibility back to private
This commit is contained in:
@@ -220,7 +220,7 @@ class SocketHandler extends AbstractProcessingHandler
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function connectIfNotConnected()
|
private function connectIfNotConnected()
|
||||||
{
|
{
|
||||||
if ($this->isConnected()) {
|
if ($this->isConnected()) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user