404 not found management

This commit is contained in:
Etienne Roudeix
2013-09-04 10:02:58 +02:00
parent 9a537b69d3
commit 29bf7d9a92
7 changed files with 106 additions and 3 deletions

View File

@@ -47,6 +47,11 @@
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.pageNotFound" class="Thelia\Action\PageNotFound">
<argument type="service" id="service_container"/>
<tag name="kernel.event_subscriber"/>
</service>
</services>
</config>