From 5c163f0644b848bc11db3fe52ba3538a93553bc5 Mon Sep 17 00:00:00 2001 From: Andreas Gallus Date: Wed, 25 Sep 2024 19:19:49 +0200 Subject: [PATCH] feat: Extensible CustomizerSection --- src/CustomizerSection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CustomizerSection.php b/src/CustomizerSection.php index 1cc11a7..fe50027 100644 --- a/src/CustomizerSection.php +++ b/src/CustomizerSection.php @@ -8,7 +8,7 @@ */ class CustomizerSection { - private string $slug = ''; + protected string $slug = ''; private string $label = '';