aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/console.yml
diff options
context:
space:
mode:
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: