1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 14:16:42 +02:00

Change visibility back to private

This commit is contained in:
Sebastian Goettschkes
2012-10-24 20:54:22 +02:00
parent cb675ae10f
commit 2c0d390c0c

View File

@@ -220,7 +220,7 @@ class SocketHandler extends AbstractProcessingHandler
}
}
protected function connectIfNotConnected()
private function connectIfNotConnected()
{
if ($this->isConnected()) {
return;