| Total Complexity | 5 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class PaginatorService extends Service |
||
|
1 ignored issue
–
show
|
|||
| 20 | { |
||
| 21 | public function register() |
||
| 22 | { |
||
| 23 | if (!$this->app->bound(Paginator::class)) { |
||
| 24 | $this->app->bind(Paginator::class, Bootstrap::class); |
||
| 25 | } |
||
| 26 | } |
||
| 27 | |||
| 28 | public function boot() |
||
| 47 | }); |
||
| 48 | } |
||
| 50 |