Extensions

This commit is contained in:
Gauvain Boiché
2020-04-04 23:28:30 +02:00
parent 3a964fe237
commit 155e626426
286 changed files with 10757 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
services:
phpbbstudio.dice.functions.common:
class: phpbbstudio\dice\core\functions_common
arguments:
- '@auth'
- '@config'
- '@config_text'
- '@dbal.conn'
- '@filesystem'
- '@phpbbstudio.dice.functions.finder'
- '@language'
- '@path_helper'
- '@user'
- '%tables.forums%'
- '%core.root_path%'
phpbbstudio.dice.functions.finder:
class: phpbbstudio\dice\core\functions_finder
phpbbstudio.dice.functions.regex:
class: phpbbstudio\dice\core\functions_regex
phpbbstudio.dice.functions.utils:
class: phpbbstudio\dice\core\functions_utils