Browse Source

Allow Log rotation by making the redirection public

adrien 8 năm trước cách đây
mục cha
commit
1003fb4869
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;