Jelajahi Sumber

Allow Log rotation by making the redirection public

adrien 8 tahun lalu
induk
melakukan
1003fb4869
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;