aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-15 00:30:30 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-15 17:01:20 +0100
commit1e3175cca3296eb04e3342766aa92ec74013431c (patch)
treea7eaa2a0df729f69909275dfd34efe46c939b11f /phpBB/config/default
parentec1fb0423dbc0ee64f06e419657e62e4475fe2e9 (diff)
downloadforums-1e3175cca3296eb04e3342766aa92ec74013431c.tar
forums-1e3175cca3296eb04e3342766aa92ec74013431c.tar.gz
forums-1e3175cca3296eb04e3342766aa92ec74013431c.tar.bz2
forums-1e3175cca3296eb04e3342766aa92ec74013431c.tar.xz
forums-1e3175cca3296eb04e3342766aa92ec74013431c.zip
[ticket/10748] Fix class type hinting
PHPBB3-10748
Diffstat (limited to 'phpBB/config/default')
-rw-r--r--phpBB/config/default/container/services_db.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/default/container/services_db.yml b/phpBB/config/default/container/services_db.yml
index 77ceb0b02c..6afc5a60a9 100644
--- a/phpBB/config/default/container/services_db.yml
+++ b/phpBB/config/default/container/services_db.yml
@@ -14,10 +14,10 @@ services:
class: phpbb\db\tools\factory
dbal.tools:
- class: phpbb\db\tools\tools
+ class: phpbb\db\tools\tools_interface
factory: ["@dbal.tools.factory", get]
arguments:
- - @dbal.conn
+ - @dbal.conn.driver
# ----- Migrator -----
migrator: