Parcourir la source

fix: telegram service

Tokumeikoi il y a 4 ans
Parent
commit
04c06afcff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {