/**
  * Clears the registry
  */
 public static function clear()
 {
     self::$loggers = array();
 }
Exemplo n.º 2
0
 /**
  * Clears the registry
  */
 public static function clear()
 {
     self::$loggers = [];
 }