Ver Fonte

Avoid breaking the gelf handler when closing it, fixes #1016

Jordi Boggiano há 7 anos atrás
pai
commit
f6842ac92d
1 ficheiros alterados com 0 adições e 8 exclusões
  1. 0 8
      src/Monolog/Handler/GelfHandler.php

+ 0 - 8
src/Monolog/Handler/GelfHandler.php

@@ -47,14 +47,6 @@ class GelfHandler extends AbstractProcessingHandler
         $this->publisher = $publisher;
     }
 
-    /**
-     * {@inheritdoc}
-     */
-    public function close()
-    {
-        $this->publisher = null;
-    }
-
     /**
      * {@inheritdoc}
      */