Skip to content

Commit

Permalink
Add missing use statement in MediaAdminController
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 9, 2014
1 parent 4fa7a46 commit 2b7d5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/MediaAdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace CoopTilleuls\Bundle\CKEditorSonataMediaBundle\Controller;

use Sonata\MediaBundle\Controller\MediaAdminController as BaseMediaAdminController;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;

/**
* Adds browser and upload actions
Expand Down

0 comments on commit 2b7d5ef

Please sign in to comment.