From 536fa6c917d63b14feeb8f876e6a1d62acb577fc Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 12 Feb 2026 00:23:02 +0000 Subject: Created new dropdown toolbar item --- src/Toolbar/Concerns/WithHref.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Toolbar/Concerns/WithHref.php (limited to 'src/Toolbar/Concerns/WithHref.php') diff --git a/src/Toolbar/Concerns/WithHref.php b/src/Toolbar/Concerns/WithHref.php new file mode 100644 index 0000000..50d4c81 --- /dev/null +++ b/src/Toolbar/Concerns/WithHref.php @@ -0,0 +1,17 @@ +href = $href; + + return $this; + } +} -- cgit v1.2.3