diff --git a/src/Acme/DemoBundle/Document/UnitBlock.php b/src/Acme/DemoBundle/Document/UnitBlock.php index b8480cd3fe..86751fa511 100644 --- a/src/Acme/DemoBundle/Document/UnitBlock.php +++ b/src/Acme/DemoBundle/Document/UnitBlock.php @@ -2,10 +2,7 @@ namespace Acme\DemoBundle\Document; -use Sonata\BlockBundle\Block\BlockContextInterface; use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\AbstractBlock; -use Symfony\Component\HttpFoundation\Response; -use Symfony\Component\OptionsResolver\OptionsResolverInterface; use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCR; /**