diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 7c3943aee6..540908164a 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -84,8 +84,6 @@ services: - @config - @cache - @log - - @dbal.tools - - %core.table_prefix% tags: - { name: console.command } |