Browse Source

Fix build

Jordi Boggiano 1 tuần trước cách đây
mục cha
commit
5991e41f28
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Monolog/Handler/CubeHandler.php

+ 1 - 1
src/Monolog/Handler/CubeHandler.php

@@ -162,6 +162,6 @@ class CubeHandler extends AbstractProcessingHandler
             'Content-Length: ' . \strlen('['.$data.']'),
         ]);
 
-        Curl\Util::execute($this->httpConnection, 5, false);
+        Curl\Util::execute($this->httpConnection, 5);
     }
 }