aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-04-01 01:13:00 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-04-01 01:13:19 +0200
commite78fbfef9c6aac1349d18454a4292781d661795c (patch)
tree1dd643a983637d7c2c7b22e0f3705403c463290b /phpBB/config
parent35c78c127b8fefe56512faaf83c47bee28908e0f (diff)
downloadforums-e78fbfef9c6aac1349d18454a4292781d661795c.tar
forums-e78fbfef9c6aac1349d18454a4292781d661795c.tar.gz
forums-e78fbfef9c6aac1349d18454a4292781d661795c.tar.bz2
forums-e78fbfef9c6aac1349d18454a4292781d661795c.tar.xz
forums-e78fbfef9c6aac1349d18454a4292781d661795c.zip
[feature/dic] Move cron.lock_db into DIC
PHPBB3-10739
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 6f2ed8c7c3..6817d8f015 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -114,3 +114,10 @@ services:
arguments:
- @cron.task_provider
- @cache.driver
+
+ cron.lock_db:
+ class: phpbb_lock_db
+ arguments:
+ - cron_lock
+ - @config
+ - @dbal.conn