Browse Source

Remove unnecessary bundle from docs

core23 7 years ago
parent
commit
c0a6ea91d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Resources/doc/getting_started/installation.rst

+ 0 - 1
Resources/doc/getting_started/installation.rst

@@ -71,7 +71,6 @@ line in the `app/AppKernel.php` file of your project:
                 new Knp\Bundle\MenuBundle\KnpMenuBundle(),
 
                 // And finally, the storage and SonataAdminBundle
-                new Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle(),
                 new Sonata\AdminBundle\SonataAdminBundle(),
             );