mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
[ticket/17135] Move notify method constants to interface class
PHPBB-17135
This commit is contained in:
@@ -18,6 +18,7 @@ use phpbb\user;
|
||||
use phpbb\user_loader;
|
||||
use phpbb\config\config;
|
||||
use phpbb\di\service_collection;
|
||||
use phpbb\messenger\method\messenger_interface;
|
||||
|
||||
/**
|
||||
* Jabber notification method class
|
||||
@@ -98,6 +99,6 @@ class jabber extends \phpbb\notification\method\messenger_base
|
||||
return;
|
||||
}
|
||||
|
||||
$this->notify_using_messenger(NOTIFY_IM, 'short/');
|
||||
$this->notify_using_messenger(messenger_interface::NOTIFY_IM, 'short/');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user