Skip to content

Commit

Permalink
minor #6601 Deprecated usage of AsseticBundle removed from bundles.rs…
Browse files Browse the repository at this point in the history
…t (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
  • Loading branch information
xabbuh committed May 30, 2016
2 parents b5c09b3 + b612563 commit 0edf881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion book/bundles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
);
Expand Down

0 comments on commit 0edf881

Please sign in to comment.