Skip to content

Commit

Permalink
paginator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isamarin committed Nov 21, 2019
1 parent 1a6cba8 commit e5f3c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Alisa/Paginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
*/
class Paginator
{
protected $links;
protected $buttons;
protected $links = [];
protected $buttons = [];
protected $payload;

protected $limit;
Expand Down

0 comments on commit e5f3c91

Please sign in to comment.