Kaynağa Gözat

fix: telegram service

Tokumeikoi 4 yıl önce
ebeveyn
işleme
04c06afcff
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      app/Services/TelegramService.php

+ 1 - 0
app/Services/TelegramService.php

@@ -2,6 +2,7 @@
 namespace App\Services;
 
 use App\Jobs\SendTelegramJob;
+use App\Models\User;
 use \Curl\Curl;
 
 class TelegramService {