Skip to content

Commit

Permalink
Fix imports in GalleryController (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksom authored and soullivaneuh committed Jul 20, 2016
1 parent 79508e2 commit 9be673e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Controller/Api/GalleryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
namespace Sonata\MediaBundle\Controller\Api;

use FOS\RestBundle\Context\Context;
use FOS\RestBundle\Controller\Annotations\QueryParam;
use FOS\RestBundle\Controller\Annotations\View;
use FOS\RestBundle\Request\ParamFetcherInterface;
use FOS\RestBundle\View\View as FOSRestView;
use JMS\Serializer\SerializationContext;
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
use Sonata\DatagridBundle\Pager\PagerInterface;
use Sonata\MediaBundle\Model\GalleryHasMediaInterface;
use Sonata\MediaBundle\Model\GalleryInterface;
Expand Down

0 comments on commit 9be673e

Please sign in to comment.