This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Symfony \Cmf \Bundle \RoutingAutoBundle \Listener ;
3
+ namespace Symfony \Cmf \Bundle \RoutingAutoBundle \EventListener ;
4
4
5
5
use Doctrine \ODM \PHPCR \Event \OnFlushEventArgs ;
6
6
use Symfony \Component \DependencyInjection \ContainerInterface ;
Original file line number Diff line number Diff line change 5
5
6
6
<parameters >
7
7
8
- <parameter key =" symfony_cmf_routing_auto.phpcrodm_auto_route_listener_class" >Symfony\Cmf\Bundle\RoutingAutoBundle\Subscriber \AutoRouteListener</parameter >
8
+ <parameter key =" symfony_cmf_routing_auto.phpcrodm_auto_route_listener_class" >Symfony\Cmf\Bundle\RoutingAutoBundle\EventListener \AutoRouteListener</parameter >
9
9
<parameter key =" symfony_cmf_routing_auto.auto_route_manager_class" >Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\AutoRouteManager</parameter >
10
10
<parameter key =" symfony_cmf_routing_auto.builder_unit_chain_factory_class" >Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\BuilderUnitChainFactory</parameter >
11
11
<parameter key =" symfony_cmf_routing_auto.builder_class" >Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\Builder</parameter >
You can’t perform that action at this time.
0 commit comments