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

Commit

Permalink
Merge 70e70d2 into 5eb2319
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaleotti committed Jul 6, 2016
2 parents 5eb2319 + 70e70d2 commit e3ececb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Admin/MessageAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

namespace Sonata\NotificationBundle\Admin;

use Sonata\AdminBundle\Admin\Admin;
use Sonata\AdminBundle\Admin\AbstractAdmin;
use Sonata\AdminBundle\Datagrid\DatagridMapper;
use Sonata\AdminBundle\Datagrid\ListMapper;
use Sonata\AdminBundle\Route\RouteCollection;
use Sonata\AdminBundle\Show\ShowMapper;

class MessageAdmin extends Admin
class MessageAdmin extends AbstractAdmin
{
/**
* {@inheritdoc}
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"zendframework/zenddiagnostics": "^1.0"
},
"suggest": {
"sonata-project/admin-bundle": "^3.1",
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
"guzzle/guzzle" : "^3.9",
"liip/monitor-bundle": "^1.0",
Expand Down

0 comments on commit e3ececb

Please sign in to comment.