We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7414c0 commit 2acd261Copy full SHA for 2acd261
src/Fields.php
@@ -6,7 +6,7 @@
6
7
class Fields
8
{
9
- private static array $fields = [];
+ protected static array $fields = [];
10
11
public static function registerField(string $className): void
12
0 commit comments