Skip to content

Commit

Permalink
Merge 7474538 into f2c8314
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkowicz committed Sep 25, 2016
2 parents f2c8314 + 7474538 commit 8a615a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Admin/Extension/AbstractTranslatableAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

namespace Sonata\TranslationBundle\Admin\Extension;

use Sonata\AdminBundle\Admin\AdminExtension;
use Sonata\AdminBundle\Admin\AbstractAdminExtension;
use Sonata\AdminBundle\Admin\AdminInterface;
use Sonata\TranslationBundle\Checker\TranslatableChecker;

/**
* @author Nicolas Bastien <nbastien.pro@gmail.com>
*/
abstract class AbstractTranslatableAdminExtension extends AdminExtension
abstract class AbstractTranslatableAdminExtension extends AbstractAdminExtension
{
/**
* Request parameter.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^5.4 || ^7.0",
"sonata-project/admin-bundle": "^3.0",
"sonata-project/admin-bundle": "^3.1",
"sonata-project/core-bundle": "^3.0",
"symfony/framework-bundle": "^2.3 || ^3.0",
"symfony/options-resolver": "^2.3 || ^3.0",
Expand Down

0 comments on commit 8a615a0

Please sign in to comment.