From 948705318a5572bcb8cccc6dbbe19a61c9070876 Mon Sep 17 00:00:00 2001 From: gwleuverink Date: Tue, 27 Aug 2024 12:40:51 +0200 Subject: [PATCH] boyscouting --- src/helpers.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/helpers.php b/src/helpers.php index a4fd53d..54e1658 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -42,5 +42,3 @@ function group(Component $component, string|array|null $groups = null): Property return PropertyCollection::make($component, $result); } - -function getGroupedProperties(): array {}