1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00

Merge pull request #6506 from marc1706/ticket/11449

[ticket/11449] Add separate method for deleting notifications by multiple types
This commit is contained in:
Marc Alexander
2023-08-03 19:45:33 +02:00
committed by GitHub
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();