mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17135] Move notify method constants to interface class
PHPBB-17135
This commit is contained in:
@@ -115,7 +115,7 @@ class jabber extends base
|
||||
*/
|
||||
public function get_id(): int
|
||||
{
|
||||
return NOTIFY_IM;
|
||||
return self::NOTIFY_IM;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user