diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-09 19:03:15 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-09 19:03:15 +0100 |
commit | b29c4c635865444cacb67407c767951c83040036 (patch) | |
tree | 0b99ba407360cca6278690aa2d6912e0e2cac5cd /phpBB/config/services.yml | |
parent | 2eb24d0ace239324086002db4582eaaddd07aa28 (diff) | |
download | forums-b29c4c635865444cacb67407c767951c83040036.tar forums-b29c4c635865444cacb67407c767951c83040036.tar.gz forums-b29c4c635865444cacb67407c767951c83040036.tar.bz2 forums-b29c4c635865444cacb67407c767951c83040036.tar.xz forums-b29c4c635865444cacb67407c767951c83040036.zip |
[ticket/12090] Move find() call to container and fix tests
PHPBB3-12090
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r-- | phpBB/config/services.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index e474c51ae0..2cf9dbed3e 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -109,6 +109,8 @@ services: class: phpbb\controller\provider arguments: - @ext.finder + calls: + - [find, [%core.root_path%]] cron.task_collection: class: phpbb\di\service_collection |