Browse Source

fix: telegram service

Tokumeikoi 4 năm trước cách đây
mục cha
commit
04c06afcff
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {