Skip to content

Commit

Permalink
Merge pull request #54 from bobdenotter/revert-53
Browse files Browse the repository at this point in the history
Revert "Fix fieldtype"
  • Loading branch information
bobdenotter committed Sep 13, 2017
2 parents 79d49ca + 158f9bb commit 96918c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SeoField.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace Bolt\Extension\BobdenOtter\Seo;

use Bolt\Field\FieldInterface;
use Bolt\Storage\EntityManager;
use Bolt\Storage\Field\Type\FieldTypeBase;
use Bolt\Storage\QuerySet;

class SeoField implements FieldInterface
class SeoField extends FieldTypeBase
{
public function getName()
{
Expand Down

0 comments on commit 96918c2

Please sign in to comment.