Completed
Pull Request — master (#182)
by
unknown
12:53
created
src/Answers/Answerable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Telegram\Bot\Answers;
4 4
 
5 5
 use Telegram\Bot\Api;
6
-use Telegram\Bot\Objects\Update;
7 6
 use Telegram\Bot\Bots\Bot;
7
+use Telegram\Bot\Objects\Update;
8 8
 
9 9
 /**
10 10
  * Class Answer
Please login to merge, or discard this patch.
src/Laravel/TelegramServiceProvider.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Telegram\Bot\Laravel;
4 4
 
5
-use Telegram\Bot\Bots\Bot;
6
-use Telegram\Bot\Bots\BotsManager;
7
-use Illuminate\Support\ServiceProvider;
8 5
 use Illuminate\Contracts\Container\Container as Application;
9
-use Laravel\Lumen\Application as LumenApplication;
10 6
 use Illuminate\Foundation\Application as LaravelApplication;
7
+use Illuminate\Support\ServiceProvider;
8
+use Laravel\Lumen\Application as LumenApplication;
9
+use Telegram\Bot\Bots\Bot;
10
+use Telegram\Bot\Bots\BotsManager;
11 11
 
12 12
 /**
13 13
  * Class TelegramServiceProvider.
Please login to merge, or discard this patch.