Skip to content

Commit

Permalink
feat: Extensible CustomizerSection
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMaros authored Sep 25, 2024
1 parent b3c289c commit 5c163f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomizerSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class CustomizerSection
{
private string $slug = '';
protected string $slug = '';

private string $label = '';

Expand Down

0 comments on commit 5c163f0

Please sign in to comment.