Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitasek committed Apr 6, 2021
1 parent 35c1ee3 commit 1ce476b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VisualPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public function getItemsPerPage(): int
return $this->paginator->getItemsPerPage();
}

public function getPaginator(): Paginator {
public function getPaginator(): Paginator
{
return $this->paginator;
}

Expand Down

0 comments on commit 1ce476b

Please sign in to comment.