aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/config/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/config/db.php')
-rw-r--r--phpBB/includes/config/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/config/db.php b/phpBB/includes/config/db.php
index 993a764a7f..4293498d97 100644
--- a/phpBB/includes/config/db.php
+++ b/phpBB/includes/config/db.php
@@ -46,7 +46,7 @@ class phpbb_config_db extends phpbb_config
* @param phpbb_cache_driver_interface $cache Cache instance
* @param string $table Configuration table name
*/
- public function __construct(dbal $db, phpbb_cache_driver_interface $cache, $table)
+ public function __construct(phpbb_db_driver $db, phpbb_cache_driver_interface $cache, $table)
{
$this->db = $db;
$this->cache = $cache;