diff --git a/app/Services/TG/Http.php b/app/Services/TG/Http.php index b39695d..0e75327 100644 --- a/app/Services/TG/Http.php +++ b/app/Services/TG/Http.php @@ -51,7 +51,7 @@ class Http { } if ($bSendTg) { - Http::response(200); + TomHttp::response(200); } else { exit; }