1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #3293 from Nicofuma/ticket/13489

[ticket/13489] Disable the event dispatcher in the migrator
This commit is contained in:
Joas Schilling
2015-01-20 23:27:54 +01:00
12 changed files with 155 additions and 32 deletions

View File

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