Skip to content

Commit

Permalink
Prevent double import (#81)
Browse files Browse the repository at this point in the history
Cannot use BotMan\BotMan\Messages\Attachments\Contact as Contact because the name is already in use
  • Loading branch information
holtkamp authored Jun 19, 2020
1 parent 014daf5 commit 6c2f1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TelegramDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use BotMan\BotMan\Drivers\Events\GenericEvent;
use Symfony\Component\HttpFoundation\Response;
use BotMan\BotMan\Messages\Attachments\Location;
use BotMan\BotMan\Messages\Attachments\Contact;
use Symfony\Component\HttpFoundation\ParameterBag;
use BotMan\BotMan\Messages\Incoming\IncomingMessage;
use BotMan\BotMan\Messages\Outgoing\OutgoingMessage;
Expand Down

0 comments on commit 6c2f1df

Please sign in to comment.