diff --git a/book/bundles.rst b/book/bundles.rst index ff09cc6fc3e..88edcd8d882 100644 --- a/book/bundles.rst +++ b/book/bundles.rst @@ -40,7 +40,6 @@ the ``registerBundles()`` method of the ``AppKernel`` class:: new Symfony\Bundle\MonologBundle\MonologBundle(), new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), new Symfony\Bundle\DoctrineBundle\DoctrineBundle(), - new Symfony\Bundle\AsseticBundle\AsseticBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), new AppBundle\AppBundle(), );