mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/14670] Set shared flag instead of defining prototype scope
The prototype scope was deprecated in symfony 2.8 and removed in 3.0. PHPBB3-14670
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
class: phpbb\notification\type\test
|
class: phpbb\notification\type\test
|
||||||
scope: prototype
|
shared: false
|
||||||
parent: notification.type.base
|
parent: notification.type.base
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
Reference in New Issue
Block a user