Skip to content

Commit 2acd261

Browse files
committed
Protect properties
1 parent b7414c0 commit 2acd261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Fields
88
{
9-
private static array $fields = [];
9+
protected static array $fields = [];
1010

1111
public static function registerField(string $className): void
1212
{

0 commit comments

Comments
 (0)