Explorar el Código

fix: telegram service

Tokumeikoi hace 4 años
padre
commit
04c06afcff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {