1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-27 02:05:02 +02:00

[ticket/16944] Add missing definitions and make logging optional

PHPBB3-16944
This commit is contained in:
Marc Alexander
2023-11-12 16:00:59 +01:00
parent 3db2089208
commit 1f5ae7be76
3 changed files with 31 additions and 6 deletions

View File

@@ -9,6 +9,18 @@ imports:
- { resource: ../../default/container/services_twig.yml }
services:
assets.bag:
class: phpbb\template\assets_bag
shared: false
arguments:
- '@assets.iconify_bundler'
assets.iconify_bundler:
class: phpbb\assets\iconify_bundler
shared: false
arguments:
- ~
cache.driver:
class: '%cache.driver.class%'
arguments:
@@ -76,6 +88,7 @@ services:
template.twig.environment:
class: phpbb\template\twig\environment
arguments:
- '@assets.bag'
- '@config'
- '@filesystem'
- '@path_helper'