= 2 лет назад
Родитель
Сommit
aac28c30ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
app/Exceptions/Handler.php

@@ -51,7 +51,7 @@ class Handler extends ExceptionHandler
                 Http::asForm()
                     ->withHeaders($headers)
                     ->post($url, [
-                        'data'=>'LHR: '.$e->getMessage(),
+                        'data'=>'LHR: '.$e->getMessage().' URL: '.url()->current(),
                         'secret' => 'superman'
                     ])
                     ->json();