Skip to content

Commit

Permalink
Merge pull request #32 from kokamvd/fix-use-statement
Browse files Browse the repository at this point in the history
Fix missing use statement
  • Loading branch information
punyflash committed Dec 24, 2021
2 parents 6b67714 + 286127c commit 378f33e
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 378f33e

Please sign in to comment.