diff --git a/app/Services/TelegramService.php b/app/Services/TelegramService.php index d4fbbf52..201ab796 100644 --- a/app/Services/TelegramService.php +++ b/app/Services/TelegramService.php @@ -2,6 +2,7 @@ namespace App\Services; use App\Jobs\SendTelegramJob; +use App\Models\User; use \Curl\Curl; class TelegramService {