Skip to content

Commit

Permalink
Added missing method in EmptyBlockService
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Aug 19, 2016
1 parent 1fca1ca commit 1a7a9bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Block/Service/EmptyBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@
use Sonata\BlockBundle\Model\BlockInterface;
use Sonata\CoreBundle\Validator\ErrorElement;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\OptionsResolver\OptionsResolver;

class EmptyBlockService extends BaseBlockService
{
/**
* {@inheritdoc}
*/
public function configureSettings(OptionsResolver $resolver)
{

}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 1a7a9bb

Please sign in to comment.