From b6125631345b74e4c9013986aace9005f63785aa Mon Sep 17 00:00:00 2001 From: Petr Karmashev Date: Sun, 22 May 2016 23:30:27 +0300 Subject: [PATCH] Deprecated usage of AsseticBundle removed from bundles.rst --- book/bundles.rst | 1 - 1 file changed, 1 deletion(-) 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(), );