Sfoglia il codice sorgente

fix: telegram service

Tokumeikoi 4 anni fa
parent
commit
04c06afcff
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {