Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
add use statement for Options (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx authored and soullivaneuh committed Jun 10, 2016
1 parent 87126a6 commit b2e809f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Block/TreeBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Sonata\BlockBundle\Model\BlockInterface;
use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;

class TreeBlockService extends BaseBlockService
Expand Down

0 comments on commit b2e809f

Please sign in to comment.