Skip to content

Commit e86f487

Browse files
author
Jan Kramer
committed
Updated RoutingExtraBundle references
1 parent 22520f4 commit e86f487

File tree

3 files changed

+386
-224
lines changed

3 files changed

+386
-224
lines changed

app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function registerBundles()
2323
new JMS\SerializerBundle\JMSSerializerBundle($this),
2424

2525
// enable cmf bundles
26-
new Symfony\Cmf\Bundle\RoutingExtraBundle\SymfonyCmfRoutingExtraBundle(),
26+
new Symfony\Cmf\Bundle\RoutingBundle\SymfonyCmfRoutingBundle(),
2727
new Symfony\Cmf\Bundle\CoreBundle\SymfonyCmfCoreBundle(),
2828
new Symfony\Cmf\Bundle\MenuBundle\SymfonyCmfMenuBundle(),
2929
new Symfony\Cmf\Bundle\ContentBundle\SymfonyCmfContentBundle(),

app/config/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ liip_doctrine_cache:
7171
nodes:
7272
type: file_system
7373

74-
symfony_cmf_routing_extra:
74+
symfony_cmf_routing:
7575
dynamic:
7676
enabled: true
7777

@@ -80,7 +80,7 @@ symfony_cmf_simple_cms:
8080
templates_by_class:
8181
Symfony\Cmf\Bundle\SimpleCmsBundle\Document\Page: SymfonyCmfSimpleCmsBundle:Page:index.html.twig
8282
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
8484
multilang:
8585
locales: %locales%
8686
use_sonata_admin: false
@@ -101,4 +101,4 @@ lunetics_locale:
101101
- cookie
102102
- router
103103
- browser
104-
allowed_locales: %locales%
104+
allowed_locales: %locales%

0 commit comments

Comments
 (0)