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

[ticket/10748] Fix class type hinting

PHPBB3-10748
This commit is contained in:
Joas Schilling
2015-02-15 00:30:30 +01:00
parent ec1fb0423d
commit 1e3175cca3
2 changed files with 4 additions and 5 deletions

View File

@@ -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: