Completed
Push — master ( 15677b...615879 )
by Vladimir
02:54
created
src/Channels/Telegram/TelegramOutgoingMessage.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,12 @@
 block discarded – undo
4 4
 
5 5
 namespace FondBot\Channels\Telegram;
6 6
 
7
+use FondBot\Channels\Telegram\Buttons\RequestContactButton;
8
+use FondBot\Contracts\Channels\OutgoingMessage;
7 9
 use FondBot\Contracts\Channels\User;
8
-use FondBot\Conversation\Buttons\UrlButton;
9 10
 use FondBot\Contracts\Conversation\Keyboard;
10
-use FondBot\Contracts\Channels\OutgoingMessage;
11 11
 use FondBot\Conversation\Buttons\PayloadButton;
12
-use FondBot\Channels\Telegram\Buttons\RequestContactButton;
12
+use FondBot\Conversation\Buttons\UrlButton;
13 13
 
14 14
 class TelegramOutgoingMessage implements OutgoingMessage
15 15
 {
Please login to merge, or discard this patch.