Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit a997cc6

Browse files
author
Gijs Jorissen
committed
Change renderer path
1 parent a1c44ec commit a997cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapComponentsClass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public function pagination($items, $page = 1, $perPage = 25, $path = '', array $
2323
$paginator = (new LengthAwarePaginator($items, $items->count(), (int) $perPage, (int) $page))
2424
->withPath($path);
2525

26-
return $paginator->render('bootstrap-components::render.pagination', $componentOptions);
26+
return $paginator->render('bootstrap::render.pagination', $componentOptions);
2727
}
2828
}

0 commit comments

Comments
 (0)