mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/passwords] Modify passwords files for namespacing changes
PHPBB3-11610
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
@@ -18,7 +20,7 @@ if (!defined('IN_PHPBB'))
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
class phpbb_passwords_driver_helper
|
||||
class helper
|
||||
{
|
||||
/**
|
||||
* base64 alphabet
|
||||
|
Reference in New Issue
Block a user