mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/passwords] Remove unneeded definitions of full namespace
PHPBB3-11610
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class base implements driver_interface
|
||||
* @param \phpbb\config\config $config phpBB config
|
||||
* @param \phpbb\passwords\driver\helper $helper Password driver helper
|
||||
*/
|
||||
public function __construct(\phpbb\config\config $config, \phpbb\passwords\driver\helper $helper)
|
||||
public function __construct(\phpbb\config\config $config, helper $helper)
|
||||
{
|
||||
$this->config = $config;
|
||||
$this->helper = $helper;
|
||||
|
Reference in New Issue
Block a user