From 1f81ce361cb454b1655d6e2a7ac031bc1e3b2ede Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 27 Mar 2025 10:53:34 +0000 Subject: Seperating toolbar into its own class and views --- src/Toolbar/PageSize.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Toolbar/PageSize.php (limited to 'src/Toolbar/PageSize.php') diff --git a/src/Toolbar/PageSize.php b/src/Toolbar/PageSize.php new file mode 100644 index 0000000..9c2821a --- /dev/null +++ b/src/Toolbar/PageSize.php @@ -0,0 +1,19 @@ + $this->pageSizes, + ]); + } +} -- cgit v1.2.3