Skip to content

Commit f4ab37c

Browse files
committed
missing field extends
1 parent fa654bf commit f4ab37c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Field/Extra.php

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

33
namespace vicgonvt\LaraPress\Field;
44

5-
class Extra
5+
class Extra extends FieldContract
66
{
77
/**
88
* Process the field and make any needed modifications.

src/Field/Identifier.php

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

33
namespace vicgonvt\LaraPress\Field;
44

5-
class Identifier
5+
class Identifier extends FieldContract
66
{
77
/**
88
* Process the field and make any needed modifications.

src/Field/Permalink.php

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

33
namespace vicgonvt\LaraPress\Field;
44

5-
class Permalink
5+
class Permalink extends FieldContract
66
{
77
/**
88
* Process the field and make any needed modifications.

0 commit comments

Comments
 (0)