浏览代码

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;