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

Commit cc43bc0

Browse files
committed
Fixed event listener
1 parent bbc75d8 commit cc43bc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EventListener/AutoRouteListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Listener;
3+
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\EventListener;
44

55
use Doctrine\ODM\PHPCR\Event\OnFlushEventArgs;
66
use Symfony\Component\DependencyInjection\ContainerInterface;

Resources/config/auto_route.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parameters>
77

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>
99
<parameter key="symfony_cmf_routing_auto.auto_route_manager_class">Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\AutoRouteManager</parameter>
1010
<parameter key="symfony_cmf_routing_auto.builder_unit_chain_factory_class">Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\BuilderUnitChainFactory</parameter>
1111
<parameter key="symfony_cmf_routing_auto.builder_class">Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\Builder</parameter>

0 commit comments

Comments
 (0)