Parcourir la source

Allow Log rotation by making the redirection public

adrien il y a 8 ans
Parent
commit
1003fb4869
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;