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