Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored and github-actions[bot] committed Feb 9, 2023
1 parent 4abbcf8 commit c483660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Concerns/InteractsWithCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace DefStudio\Telegraph\Concerns;

use DefStudio\Telegraph\Telegraph;
use DefStudio\Telegraph\Exceptions\BotCommandException;
use DefStudio\Telegraph\Telegraph;

/**
* @mixin Telegraph
Expand Down
2 changes: 1 addition & 1 deletion src/Telegraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
use DefStudio\Telegraph\Concerns\ComposesMessages;
use DefStudio\Telegraph\Concerns\CreatesScopedPayloads;
use DefStudio\Telegraph\Concerns\HasBotsAndChats;
use DefStudio\Telegraph\Concerns\InteractsWithCommands;
use DefStudio\Telegraph\Concerns\InteractsWithTelegram;
use DefStudio\Telegraph\Concerns\InteractsWithWebhooks;
use DefStudio\Telegraph\Concerns\InteractWithUsers;
use DefStudio\Telegraph\Concerns\ManagesKeyboards;
use DefStudio\Telegraph\Concerns\SendsAttachments;
use DefStudio\Telegraph\Concerns\InteractsWithCommands;
use DefStudio\Telegraph\Concerns\StoresFiles;
use DefStudio\Telegraph\DTO\Attachment;
use Illuminate\Foundation\Bus\PendingDispatch;
Expand Down

0 comments on commit c483660

Please sign in to comment.