Skip to content

Commit

Permalink
changed ManagerInterface (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silas Joisten authored Jan 19, 2019
1 parent ed50b83 commit 6d95867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"require": {
"php": "^7.1",
"sonata-project/admin-bundle": "^3.35",
"sonata-project/media-bundle": "^3.15"
"sonata-project/media-bundle": "^3.15",
"sonata-project/core-bundle": "^3.14"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.11",
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/MultiUploadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace SilasJoisten\Sonata\MultiUploadBundle\Controller;

use SilasJoisten\Sonata\MultiUploadBundle\Form\MultiUploadType;
use Sonata\CoreBundle\Model\ManagerInterface;
use Sonata\Doctrine\Model\ManagerInterface;
use Sonata\MediaBundle\Controller\MediaAdminController;
use Sonata\MediaBundle\Model\MediaInterface;
use Sonata\MediaBundle\Provider\MediaProviderInterface;
Expand Down

0 comments on commit 6d95867

Please sign in to comment.