Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #13 from Askedio/analysis-8Qlxaj
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
gcphost authored Aug 2, 2016
2 parents 26dc9a4 + 38cd46f commit 79d50fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ItemPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
use Illuminate\Contracts\Pagination\Paginator as PaginatorContract;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Jsonable;
use Illuminate\Support\Collection;
use IteratorAggregate;
use JsonSerializable;

class ItemPaginator extends \Illuminate\Pagination\Paginator implements Arrayable, ArrayAccess, Countable, IteratorAggregate, JsonSerializable, Jsonable, PaginatorContract
{

/**
* Get the URL for the next page.
*
Expand Down

0 comments on commit 79d50fe

Please sign in to comment.