1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 04:42:37 +02:00

[ticket/12620] Fix rebase (move config file to the right directory)

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-11-07 14:27:00 +01:00
parent 0b61e3540d
commit c98efc53a8
18 changed files with 0 additions and 911 deletions

View File

@@ -0,0 +1,25 @@
services:
dispatcher:
class: phpbb\event\dispatcher
arguments:
- @service_container
hook_finder:
class: phpbb\hook\finder
arguments:
- %core.root_path%
- %core.php_ext%
- @cache.driver
kernel_exception_subscriber:
class: phpbb\event\kernel_exception_subscriber
arguments:
- @template
- @user
tags:
- { name: kernel.event_subscriber }
kernel_terminate_subscriber:
class: phpbb\event\kernel_terminate_subscriber
tags:
- { name: kernel.event_subscriber }