Skip to content

Commit 5dae535

Browse files
committed
-rm serviceprovider
1 parent 65a8d31 commit 5dae535

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- [Installation](#installation)
1010
- [Composer](#composer)
1111
- [Configuration](#configuration)
12-
- [Service Provider](#service-provider)
1312
- [Usage](#usage)
1413
- [Test Data](#test-data)
1514
- [How To Use](#how-to-use)
@@ -23,18 +22,6 @@
2322
composer require "lartie/telegram-bot-pagination:^1.0.0"
2423
```
2524

26-
### Service Provider
27-
28-
You must install this service provider.
29-
```php
30-
// config/app.php
31-
'providers' => [
32-
...
33-
LArtie\TelegramBotPagination\TelegramBotPaginationServiceProvider::class,
34-
...
35-
];
36-
```
37-
3825
## Usage
3926

4027
### Test Data

src/TelegramBotPaginationServiceProvider.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)