Wang Chen před 4 roky
rodič
revize
88a1f7ad6b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Modules/Report/Services/ReportService.php

+ 1 - 1
app/Modules/Report/Services/ReportService.php

@@ -128,7 +128,7 @@ class ReportService
         $status      = $result->getStatusCode();
         $contentJson = $result->getBody()->getContents();
         $contentArr  = json_decode($contentJson, true);
-        myLog('report')->info($uri, compact('url', 'data', 'status', 'contentJson', 'contentArr'));
+        myLog('report')->info($uri, compact('url', 'data', 'status', 'contentArr'));
 
         return $contentArr;
     }