From a1c949a8df2f3dd2d994af97a05f93c4f5746a3b Mon Sep 17 00:00:00 2001 From: lrljoe Date: Sun, 29 Sep 2024 22:48:09 +0000 Subject: [PATCH] Fix styling --- src/Traits/Core/HasCustomAttributes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Traits/Core/HasCustomAttributes.php b/src/Traits/Core/HasCustomAttributes.php index f7d7800e4..cbc3bcd85 100644 --- a/src/Traits/Core/HasCustomAttributes.php +++ b/src/Traits/Core/HasCustomAttributes.php @@ -51,5 +51,4 @@ public function getCustomAttributesBagFromArray(array $attributesArray): Compone { return new ComponentAttributeBag($attributesArray); } - }