mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17010] Add controller methods for subscribe/unsubscribe and others
PHPBB3-17010
This commit is contained in:
@@ -16,7 +16,16 @@ services:
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
||||
phpbb.ucp.controller.push_worker:
|
||||
phpbb.ucp.controller.webpush:
|
||||
class: phpbb\ucp\controller\webpush
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@controller.helper'
|
||||
- '@dbal.conn'
|
||||
- '@form_helper'
|
||||
- '@path_helper'
|
||||
- '@request'
|
||||
- '@user'
|
||||
- '@template.twig.environment'
|
||||
- '%tables.notification_push%'
|
||||
- '%tables.push_subscriptions%'
|
||||
|
Reference in New Issue
Block a user