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 fa654bf commit f4ab37cCopy full SHA for f4ab37c
src/Field/Extra.php
@@ -2,7 +2,7 @@
2
3
namespace vicgonvt\LaraPress\Field;
4
5
-class Extra
+class Extra extends FieldContract
6
{
7
/**
8
* Process the field and make any needed modifications.
src/Field/Identifier.php
-class Identifier
+class Identifier extends FieldContract
src/Field/Permalink.php
-class Permalink
+class Permalink extends FieldContract
0 commit comments