1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/13489] Fix service configuration

PHPBB3-13489
This commit is contained in:
Tristan Darricau
2015-01-14 12:32:47 +01:00
parent ce47170c29
commit dab0728357
6 changed files with 45 additions and 50 deletions

View File

@@ -18,6 +18,7 @@ services:
migrator:
class: phpbb\db\migrator
arguments:
- @service_container
- @config
- @dbal.conn
- @dbal.tools