1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16944] Start changing bundler to be used outside of develop scripts

PHPBB3-16944
This commit is contained in:
Marc Alexander
2023-07-29 14:44:13 +02:00
parent 7f80772eda
commit a531d6071b
4 changed files with 89 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
imports:
- { resource: services_assets.yml }
- { resource: services_attachment.yml }
- { resource: services_auth.yml }
- { resource: services_avatar.yml }

View File

@@ -0,0 +1,7 @@
services:
assets.iconify_bundler:
class: phpbb\assets\iconify_bundler
arguments:
- '@dbal.conn'
- '@ext.manager'
- '%core.root_path%'