1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17514] Replace phpBB3 with phpBB in phpbb namespace

PHPBB-17514
This commit is contained in:
Marc Alexander
2025-05-20 20:58:51 +02:00
parent ac233ce7ab
commit 24d4b26a82
6 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ use phpbb\language\language;
use phpbb\user;
/**
* Database authentication provider for phpBB3
* Database authentication provider for phpBB
* This is for authentication via the integrated user table
*/
class ldap extends base