1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 22:11:26 +02:00

[ticket/17493] Remove more jabber remainders

PHPBB-17493
This commit is contained in:
Marc Alexander
2025-04-24 17:32:04 +02:00
parent 75a24ae484
commit 83508b415b
9 changed files with 10 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ use phpbb\di\service_collection;
use phpbb\user_loader;
/**
* Abstract notification method handling email and jabber notifications
* Abstract notification method handling messenger notifications
* using the phpBB messenger.
*/
abstract class messenger_base extends \phpbb\notification\method\base