mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11103] dbal -> phpbb_db_driver
PHPBB3-11103
This commit is contained in:
@@ -27,7 +27,7 @@ abstract class phpbb_notification_method_base implements phpbb_notification_meth
|
||||
/** @var phpbb_user_loader */
|
||||
protected $user_loader = null;
|
||||
|
||||
/** @var dbal */
|
||||
/** @var phpbb_db_driver */
|
||||
protected $db = null;
|
||||
|
||||
/** @var phpbb_cache_service */
|
||||
@@ -61,7 +61,7 @@ abstract class phpbb_notification_method_base implements phpbb_notification_meth
|
||||
*/
|
||||
protected $queue = array();
|
||||
|
||||
public function __construct(phpbb_user_loader $user_loader, dbal $db, phpbb_cache_driver_interface $cache, $user, phpbb_auth $auth, phpbb_config $config, $phpbb_root_path, $php_ext)
|
||||
public function __construct(phpbb_user_loader $user_loader, phpbb_db_driver $db, phpbb_cache_driver_interface $cache, $user, phpbb_auth $auth, phpbb_config $config, $phpbb_root_path, $php_ext)
|
||||
{
|
||||
$this->user_loader = $user_loader;
|
||||
$this->db = $db;
|
||||
|
Reference in New Issue
Block a user