1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14933] Make "route not found" more user-friendly

PHPBB3-14933
This commit is contained in:
Oliver Schramm
2017-09-09 17:08:27 +02:00
parent 16da17a4ba
commit a29048abd6
3 changed files with 17 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ services:
arguments:
- '@template'
- '@language'
- '%?debug.exceptions'
tags:
- { name: kernel.event_subscriber }