Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit fde5dd7

Browse files
committed
Add SimpleCmsBundle in the AppKernel bundles list
1 parent 86d7d62 commit fde5dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/simple_cms/introduction.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ them and their dependencies need to be instantiated in the kernel::
4646
new Symfony\Cmf\Bundle\MenuBundle\CmfMenuBundle(),
4747
new Symfony\Cmf\Bundle\ContentBundle\CmfContentBundle(),
4848
new Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle(),
49+
new Symfony\Cmf\Bundle\SimpleCmsBundle\CmfSimpleCmsBundle(),
4950
);
5051

5152
// ...

0 commit comments

Comments
 (0)