1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12600] Add @log to the dependencies of extension:show
This commit is contained in:
Andreas Fischer 2014-05-27 16:59:09 +02:00
commit b3fd9211ed

View File

@ -86,6 +86,7 @@ services:
class: phpbb\console\command\extension\show
arguments:
- @ext.manager
- @log
tags:
- { name: console.command }