phpBB

Code Changes

File: config/default/container/services_content.yml

  Unmodified   Added   Modified   Removed
Line 66Line 66
            - '@user'
- '@controller.helper'
- '@dispatcher'

            - '@user'
- '@controller.helper'
- '@dispatcher'

 

posting.lock:
class: phpbb\lock\posting
shared: false
arguments:
- '@cache.driver'
- '@config'


viewonline_helper:
class: phpbb\viewonline_helper
arguments:
- '@filesystem'


viewonline_helper:
class: phpbb\viewonline_helper
arguments:
- '@filesystem'

 
            - '@dbal.conn'