Skip to content

Commit

Permalink
Merge pull request #1120 from andrey-helldar/patch/2024-03-15/17-42
Browse files Browse the repository at this point in the history
Fixed: Class `Telegram\Bot\Methods\Arr` not found
  • Loading branch information
irazasyed authored Apr 3, 2024
2 parents c72ef58 + 0285ea1 commit 5898109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Methods/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Telegram\Bot\Methods;

use Illuminate\Support\Arr;
use Telegram\Bot\Actions;
use Telegram\Bot\Exceptions\TelegramSDKException;
use Telegram\Bot\Objects\Message as MessageObject;
Expand Down

0 comments on commit 5898109

Please sign in to comment.