diff --git a/src/Services/Tg/Hook/Mod/Test.php b/src/Services/Tg/Hook/Mod/Test.php index ee55634e8..3a103f3cf 100644 --- a/src/Services/Tg/Hook/Mod/Test.php +++ b/src/Services/Tg/Hook/Mod/Test.php @@ -42,6 +42,12 @@ final class Test extends Base // abort(404); } + public function t1() + { + echo 123; + exit; + } + public function rootGet() { $oUserRoot = ModelUser::select("id","email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();