Преглед на файлове

Merge pull request #158 from Hypoaristerolactotherapist/master

Allow log rotation by making the redirection public
walkor преди 8 години
родител
ревизия
4fa092b8f3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Worker.php

+ 1 - 1
Worker.php

@@ -811,7 +811,7 @@ class Worker
      *
      * @throws Exception
      */
-    protected static function resetStd()
+    public static function resetStd()
     {
         if (!self::$daemonize) {
             return;