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

Commit 61cf280

Browse files
committed
Merge pull request #695 from tgalopin/patch-1
Add SimpleCmsBundle in the AppKernel bundles list
2 parents 97f1329 + fde5dd7 commit 61cf280

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)