aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/console.yml
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-02 12:17:37 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-02 12:17:37 +0200
commit58d7302b495783edd6e0826c100ffa93acb0693d (patch)
tree0bf3968c3f4d636e34ea7aa7847af10f0d44f20b /phpBB/config/console.yml
parent48679eeff884ce564f7a5ceb7db1b6c64e5dcb67 (diff)
downloadforums-58d7302b495783edd6e0826c100ffa93acb0693d.tar
forums-58d7302b495783edd6e0826c100ffa93acb0693d.tar.gz
forums-58d7302b495783edd6e0826c100ffa93acb0693d.tar.bz2
forums-58d7302b495783edd6e0826c100ffa93acb0693d.tar.xz
forums-58d7302b495783edd6e0826c100ffa93acb0693d.zip
[ticket/12602] Add files to print the cron list and test files.
PHPBB3-12602
Diffstat (limited to 'phpBB/config/console.yml')
-rw-r--r--phpBB/config/console.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml
index a102a8c609..9b0f0aa9a4 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -46,6 +46,14 @@ services:
tags:
- { name: console.command }
+ console.command.cron.list:
+ class: phpbb\console\command\cron\cron_list
+ arguments:
+ - @cron.manager
+ - @user
+ tags:
+ - { name: console.command }
+
console.command.cron.run:
class: phpbb\console\command\cron\run
arguments: