1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01: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:
Marc Alexander 2016-07-24 21:52:05 +02:00
parent 773d246a7e
commit 41956a8b90
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -70,7 +70,7 @@ services:
test:
class: phpbb\notification\type\test
scope: prototype
shared: false
parent: notification.type.base
tags:
- { name: notification.type }