diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 19:51:59 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 20:03:28 +0200 |
commit | 9f942776ad5a3b396045e6f97db6ef655c5d9fcc (patch) | |
tree | 65e6d021e94dd4c66696f4b3727bf5e481e195d8 /phpBB/config | |
parent | 61ad42790f653c0fe7bf1c1b5d27181794bec997 (diff) | |
download | forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar.gz forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar.bz2 forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar.xz forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.zip |
[ticket/12597] Changes name of command cron:run-all to cron:run.
Also adds an optional argument to specify one precise cron task to
lauch, and modifies test file accordingly.
PHPBB3-12597
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 2aa89ee0cc..344274f963 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -46,8 +46,8 @@ services: tags: - { name: console.command } - console.command.cron.run_all: - class: phpbb\console\command\cron\run_all + console.command.cron.run: + class: phpbb\console\command\cron\run arguments: - @cron.manager - @cron.lock_db |