mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11991] Fix incorrect class name for report_post_closed notification.
PHPBB3-11991
This commit is contained in:
parent
a9524d6e08
commit
a95306643e
@ -266,7 +266,7 @@ services:
|
|||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
notification.type.report_post_closed:
|
notification.type.report_post_closed:
|
||||||
class: phpbb\notification\type\report_post
|
class: phpbb\notification\type\report_post_closed
|
||||||
scope: prototype # scope MUST be prototype for this to work!
|
scope: prototype # scope MUST be prototype for this to work!
|
||||||
arguments:
|
arguments:
|
||||||
- @user_loader
|
- @user_loader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user