aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_console.yml
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-08-07 10:07:45 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-08-07 10:07:45 +0200
commitb55361e89bb9d2c6a10b2ae8b361417398e1c503 (patch)
tree144db1c5b736ca16a8a72d8b9c927752bc119d7d /phpBB/config/default/container/services_console.yml
parent452c8bef28b363d50869421cf3346c23a25b6148 (diff)
parent618065ec16030f1d142667473ee2ff42cd80e72b (diff)
downloadforums-b55361e89bb9d2c6a10b2ae8b361417398e1c503.tar
forums-b55361e89bb9d2c6a10b2ae8b361417398e1c503.tar.gz
forums-b55361e89bb9d2c6a10b2ae8b361417398e1c503.tar.bz2
forums-b55361e89bb9d2c6a10b2ae8b361417398e1c503.tar.xz
forums-b55361e89bb9d2c6a10b2ae8b361417398e1c503.zip
Merge remote-tracking branch 'Nicofuma/ticket/12692'
Diffstat (limited to 'phpBB/config/default/container/services_console.yml')
-rw-r--r--phpBB/config/default/container/services_console.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index 49d0626b4f..aee3cbdee6 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -157,3 +157,30 @@ services:
- @config_text
tags:
- { name: console.command }
+
+ console.command.thumbnail.delete:
+ class: phpbb\console\command\thumbnail\delete
+ arguments:
+ - @user
+ - @dbal.conn
+ - %core.root_path%
+ tags:
+ - { name: console.command }
+
+ console.command.thumbnail.generate:
+ class: phpbb\console\command\thumbnail\generate
+ arguments:
+ - @user
+ - @dbal.conn
+ - @cache
+ - %core.root_path%
+ - %core.php_ext%
+ tags:
+ - { name: console.command }
+
+ console.command.thumbnail.recreate:
+ class: phpbb\console\command\thumbnail\recreate
+ arguments:
+ - @user
+ tags:
+ - { name: console.command }