mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
402292cb07
commit
224b0bb8d2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ services:
|
|||
|
||||
test:
|
||||
class: phpbb\notification\type\test
|
||||
scope: prototype
|
||||
shared: false
|
||||
parent: notification.type.base
|
||||
tags:
|
||||
- { name: notification.type }
|
||||
|
|
Loading…
Add table
Reference in a new issue