소스 검색

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;