From 6d26688fded015141a45a88b90b2d70a0ac88420 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sat, 26 Apr 2025 13:05:25 +0100 Subject: Larastanning --- src/Toolbar/PageSize.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Toolbar/PageSize.php') diff --git a/src/Toolbar/PageSize.php b/src/Toolbar/PageSize.php index 9c2821a..79234a8 100644 --- a/src/Toolbar/PageSize.php +++ b/src/Toolbar/PageSize.php @@ -6,6 +6,9 @@ use Illuminate\View\View; class PageSize extends Item { + /** + * @param array $pageSizes + */ public function __construct( private array $pageSizes = [10, 25, 50], ) {} -- cgit v1.2.3