mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/17135] Move notify method constants to interface class
PHPBB-17135
This commit is contained in:
@@ -19,6 +19,7 @@ use phpbb\user_loader;
|
||||
use phpbb\config\config;
|
||||
use phpbb\db\driver\driver_interface;
|
||||
use phpbb\di\service_collection;
|
||||
use phpbb\messenger\method\messenger_interface;
|
||||
|
||||
/**
|
||||
* Email notification method class
|
||||
@@ -135,7 +136,7 @@ class email extends \phpbb\notification\method\messenger_base
|
||||
|
||||
$insert_buffer->flush();
|
||||
|
||||
$this->notify_using_messenger(NOTIFY_EMAIL);
|
||||
$this->notify_using_messenger(messenger_interface::NOTIFY_EMAIL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user