Completed
Pull Request — master (#111)
by
unknown
16:27
created
src/Api.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Contracts\Container\Container;
6 6
 use Telegram\Bot\Commands\CommandBus;
7
-use Telegram\Bot\Helpers\Botan;
8 7
 use Telegram\Bot\Exceptions\TelegramSDKException;
9 8
 use Telegram\Bot\FileUpload\InputFile;
9
+use Telegram\Bot\Helpers\Botan;
10 10
 use Telegram\Bot\HttpClients\GuzzleHttpClient;
11 11
 use Telegram\Bot\HttpClients\HttpClientInterface;
12 12
 use Telegram\Bot\Objects\File;
Please login to merge, or discard this patch.