Browse Source

fix: telegram service

Tokumeikoi 4 years ago
parent
commit
04c06afcff
1 changed files with 1 additions and 0 deletions
  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 {