File tree Expand file tree Collapse file tree 3 files changed +386
-224
lines changed Expand file tree Collapse file tree 3 files changed +386
-224
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function registerBundles()
23
23
new JMS \SerializerBundle \JMSSerializerBundle ($ this ),
24
24
25
25
// enable cmf bundles
26
- new Symfony \Cmf \Bundle \RoutingExtraBundle \ SymfonyCmfRoutingExtraBundle (),
26
+ new Symfony \Cmf \Bundle \RoutingBundle \ SymfonyCmfRoutingBundle (),
27
27
new Symfony \Cmf \Bundle \CoreBundle \SymfonyCmfCoreBundle (),
28
28
new Symfony \Cmf \Bundle \MenuBundle \SymfonyCmfMenuBundle (),
29
29
new Symfony \Cmf \Bundle \ContentBundle \SymfonyCmfContentBundle (),
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ liip_doctrine_cache:
71
71
nodes :
72
72
type : file_system
73
73
74
- symfony_cmf_routing_extra :
74
+ symfony_cmf_routing :
75
75
dynamic :
76
76
enabled : true
77
77
@@ -80,7 +80,7 @@ symfony_cmf_simple_cms:
80
80
templates_by_class :
81
81
Symfony\Cmf\Bundle\SimpleCmsBundle\Document\Page : SymfonyCmfSimpleCmsBundle:Page:index.html.twig
82
82
controllers_by_class :
83
- Symfony\Cmf\Bundle\RoutingExtraBundle \Document\RedirectRoute : symfony_cmf_routing_extra .redirect_controller:redirectAction
83
+ Symfony\Cmf\Bundle\RoutingBundle \Document\RedirectRoute : symfony_cmf_routing .redirect_controller:redirectAction
84
84
multilang :
85
85
locales : %locales%
86
86
use_sonata_admin : false
@@ -101,4 +101,4 @@ lunetics_locale:
101
101
- cookie
102
102
- router
103
103
- browser
104
- allowed_locales : %locales%
104
+ allowed_locales : %locales%
You can’t perform that action at this time.
0 commit comments