Skip to content

Commit

Permalink
Fix missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kokamvd committed Dec 23, 2021
1 parent 6b67714 commit 286127c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Methods/GetMyCommandsMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use WeStacks\TeleBot\Helpers\TypeCaster;
use WeStacks\TeleBot\Interfaces\TelegramMethod;
use WeStacks\TeleBot\Objects\BotCommand;
use WeStacks\TeleBot\Objects\BotCommandScope;

class GetMyCommandsMethod extends TelegramMethod
{
Expand Down

0 comments on commit 286127c

Please sign in to comment.