Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirmuxsin committed Jun 18, 2024
2 parents 747ddb1 + c5db717 commit ebe1484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ And here we go, you can start your bot now

- Methods:
```php
use Milly\Laragram\Facades\Laragram;
use Milly\Laragram\Laragram;

Laragram::sendMessage(
123456789, // chat_id
Expand All @@ -98,6 +98,7 @@ And here we go, you can start your bot now
```php
// routes/api.php
use Milly\Laragram\FSM\FSM;
use Milly\Laragram\Laragram;

Route::post('/bot', function () {

Expand Down

0 comments on commit ebe1484

Please sign in to comment.