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