aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-01-20 23:27:54 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-01-20 23:27:54 +0100
commita5fae1b1f09358f8a24ff32fc5192395cd314244 (patch)
treee4944e89871808f1ada2df59e8cf815d3d2203ec /phpBB/config
parentd0e5c0a1871c37bfea780cc525e996749b13a0ee (diff)
parentdab07283573689fcc6eb2c4e270ac37c3a573959 (diff)
downloadforums-a5fae1b1f09358f8a24ff32fc5192395cd314244.tar
forums-a5fae1b1f09358f8a24ff32fc5192395cd314244.tar.gz
forums-a5fae1b1f09358f8a24ff32fc5192395cd314244.tar.bz2
forums-a5fae1b1f09358f8a24ff32fc5192395cd314244.tar.xz
forums-a5fae1b1f09358f8a24ff32fc5192395cd314244.zip
Merge pull request #3293 from Nicofuma/ticket/13489
[ticket/13489] Disable the event dispatcher in the migrator
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/db.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/db.yml b/phpBB/config/db.yml
index b3f1b485ea..d11669d8a3 100644
--- a/phpBB/config/db.yml
+++ b/phpBB/config/db.yml
@@ -18,6 +18,7 @@ services:
migrator:
class: phpbb\db\migrator
arguments:
+ - @service_container
- @config
- @dbal.conn
- @dbal.tools