Skip to content

Commit 0edf881

Browse files
committed
minor #6601 Deprecated usage of AsseticBundle removed from bundles.rst (Vehsamrak)
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes #6601). Discussion ---------- Deprecated usage of AsseticBundle removed from bundles.rst Commits ------- b612563 Deprecated usage of AsseticBundle removed from bundles.rst
2 parents b5c09b3 + b612563 commit 0edf881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book/bundles.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ the ``registerBundles()`` method of the ``AppKernel`` class::
4040
new Symfony\Bundle\MonologBundle\MonologBundle(),
4141
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
4242
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
43-
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
4443
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
4544
new AppBundle\AppBundle(),
4645
);

0 commit comments

Comments
 (0)