1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/11700] Fix installation after develop merge

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 03:14:39 +02:00
parent 2472271bc0
commit 09cfa01d58
7 changed files with 22 additions and 14 deletions

View File

@@ -104,7 +104,7 @@ services:
- { name: notification.type }
notification.type.group_request:
class: phpbb_notification_type_group_request
class: phpbb\notification\type\group_request
scope: prototype # scope MUST be prototype for this to work!
arguments:
- @user_loader
@@ -122,7 +122,7 @@ services:
- { name: notification.type }
notification.type.group_request_approved:
class: phpbb_notification_type_group_request_approved
class: phpbb\notification\type\group_request_approved
scope: prototype # scope MUST be prototype for this to work!
arguments:
- @user_loader