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

Merge pull request #6669 from iMattPro/ticket/17363

[ticket/17363] Add web app manifest
This commit is contained in:
Marc Alexander
2024-07-03 22:04:46 +02:00
committed by GitHub
9 changed files with 166 additions and 0 deletions

View File

@@ -157,6 +157,15 @@ services:
- '%core.php_ext%'
- '%tables.log%'
manifest.controller:
class: phpbb\manifest
arguments:
- '@config'
- '@language'
- '@path_helper'
- '@event_dispatcher'
- '@user'
path_helper:
class: phpbb\path_helper
arguments: