fix: telegram service

This commit is contained in:
Tokumeikoi 2020-08-02 15:05:27 +08:00
parent c239a83ab3
commit 04c06afcff

View File

@ -2,6 +2,7 @@
namespace App\Services; namespace App\Services;
use App\Jobs\SendTelegramJob; use App\Jobs\SendTelegramJob;
use App\Models\User;
use \Curl\Curl; use \Curl\Curl;
class TelegramService { class TelegramService {