1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11449] Add separate method for deleting notifications by multiple types

PHPBB3-11449
This commit is contained in:
Marc Alexander
2023-07-02 09:56:10 +02:00
parent ce0f7cb1fe
commit d05ce65a98
3 changed files with 34 additions and 20 deletions

View File

@@ -61,6 +61,10 @@ class phpbb_mock_notification_manager
{
}
public function delete_notifications_by_types()
{
}
public function get_subscription_types()
{
return array();