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

[ticket/17333] Enable new configs by default

PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-06-04 10:15:54 -07:00
parent d55ec608ec
commit 4afba5c9fe
2 changed files with 4 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ class add_webpush_options extends migration
public function update_data(): array
{
return [
['config.add', ['webpush_method_enables', false]],
['config.add', ['webpush_dropdown_subscribe', false]],
['config.add', ['webpush_method_enables', true]],
['config.add', ['webpush_dropdown_subscribe', true]],
];
}