Skip to content

Commit

Permalink
Update VisualPaginator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Jan 16, 2021
1 parent 01f51d9 commit 74f7daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VisualPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function createComponentItemsPerPage(): Form

$form->onSuccess[] = function (Form $form, array $values): void {
$this->setItemsPerPage($values['itemsPerPage']);

foreach ($this->onPaginate as $event) {
$event();
}
Expand Down

0 comments on commit 74f7daa

Please sign in to comment.