mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 09:44:26 +02:00
[feature/passwords] Remove unnecessary specification of namespace in drivers
PHPBB3-11610
This commit is contained in:
@@ -40,7 +40,7 @@ namespace phpbb\passwords\driver;
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
class salted_md5 extends \phpbb\passwords\driver\base
|
||||
class salted_md5 extends base
|
||||
{
|
||||
const PREFIX = '$H$';
|
||||
|
||||
|
Reference in New Issue
Block a user