Skip to content

Commit 6c2f1df

Browse files
authored
Prevent double import (#81)
Cannot use BotMan\BotMan\Messages\Attachments\Contact as Contact because the name is already in use
1 parent 014daf5 commit 6c2f1df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TelegramDriver.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use BotMan\BotMan\Drivers\Events\GenericEvent;
1818
use Symfony\Component\HttpFoundation\Response;
1919
use BotMan\BotMan\Messages\Attachments\Location;
20-
use BotMan\BotMan\Messages\Attachments\Contact;
2120
use Symfony\Component\HttpFoundation\ParameterBag;
2221
use BotMan\BotMan\Messages\Incoming\IncomingMessage;
2322
use BotMan\BotMan\Messages\Outgoing\OutgoingMessage;

0 commit comments

Comments
 (0)