xielin 5 éve
szülő
commit
c26062a909
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Helper/helper.php

+ 1 - 0
app/Helper/helper.php

@@ -58,6 +58,7 @@ function http($url, $param, $isCheck = true, $method = 'post')
         }
 
     } catch (\Exception $exception) {
+        \Illuminate\Support\Facades\Log::debug('http-exception:'.$exception->getMessage());
         return [];
     }
 }