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.
2 parents b644e19 + b42fd90 commit b1ea165Copy full SHA for b1ea165
src/Contracts/FieldInspector.php
@@ -37,4 +37,4 @@ public function initializeDefaultField(string $fieldType): array;
37
* }
38
*/
39
public function initializeCustomField(string $fieldType): array;
40
-}
+}
src/Fields.php
@@ -24,4 +24,4 @@ public static function resolveField($slug)
24
{
25
return static::$fields[$slug] ?? null;
26
}
27
0 commit comments