mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 22:11:26 +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_2y extends \phpbb\passwords\driver\bcrypt
|
||||
class bcrypt_2y extends bcrypt
|
||||
{
|
||||
const PREFIX = '$2y$';
|
||||
|
||||
|
Reference in New Issue
Block a user