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:
@@ -1,4 +1,5 @@
|
||||
imports:
|
||||
- { resource: services_assets.yml }
|
||||
- { resource: services_attachment.yml }
|
||||
- { resource: services_auth.yml }
|
||||
- { resource: services_avatar.yml }
|
||||
|
7
phpBB/config/default/container/services_assets.yml
Normal file
7
phpBB/config/default/container/services_assets.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
assets.iconify_bundler:
|
||||
class: phpbb\assets\iconify_bundler
|
||||
arguments:
|
||||
- '@dbal.conn'
|
||||
- '@ext.manager'
|
||||
- '%core.root_path%'
|
Reference in New Issue
Block a user