Răsfoiți Sursa

Merge pull request #158 from Hypoaristerolactotherapist/master

Allow log rotation by making the redirection public
walkor 8 ani în urmă
părinte
comite
4fa092b8f3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;