Skip to content

Commit

Permalink
Merge pull request #53 from nlemoine/fix-fieldtype
Browse files Browse the repository at this point in the history
Fix fieldtype
  • Loading branch information
bobdenotter authored Sep 7, 2017
2 parents d16bc52 + 950c563 commit 79d49ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/SeoField.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

namespace Bolt\Extension\BobdenOtter\Seo;

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

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

0 comments on commit 79d49ca

Please sign in to comment.