Changes for phpbb 3.3.0

This commit is contained in:
2020-08-03 21:22:09 +02:00
parent 25e4e53485
commit 573a3bdea7
2 changed files with 52 additions and 52 deletions

View File

@@ -12,46 +12,46 @@ services:
football.football.controller: football.football.controller:
class: football\football\controller\main class: football\football\controller\main
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @ext.manager - '@ext.manager'
- @notification_manager - '@notification_manager'
- @log - '@log'
- @path_helper - '@path_helper'
- @dbal.conn - '@dbal.conn'
- @controller.helper - '@controller.helper'
- @template - '@template'
- @user - '@user'
- @pagination - '@pagination'
- %core.root_path% - %core.root_path%
- %core.php_ext% - %core.php_ext%
football.football.controller_popup: football.football.controller_popup:
class: football\football\controller\popup class: football\football\controller\popup
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @ext.manager - '@ext.manager'
- @path_helper - '@path_helper'
- @dbal.conn - '@dbal.conn'
- @controller.helper - '@controller.helper'
- @template - '@template'
- @user - '@user'
- @pagination - '@pagination'
- %core.root_path% - %core.root_path%
- %core.php_ext% - %core.php_ext%
football.football.controller_download: football.football.controller_download:
class: football\football\controller\download class: football\football\controller\download
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @ext.manager - '@ext.manager'
- @path_helper - '@path_helper'
- @dbal.conn - '@dbal.conn'
- @controller.helper - '@controller.helper'
- @template - '@template'
- @user - '@user'
- %core.root_path% - %core.root_path%
- %core.php_ext% - %core.php_ext%
@@ -60,38 +60,38 @@ services:
scope: prototype scope: prototype
arguments: arguments:
- %football.version_data% - %football.version_data%
- @config - '@config'
- @version_helper - '@version_helper'
- @template - '@template'
- @user - '@user'
football.football.controller_xml: football.football.controller_xml:
class: football\football\controller\xmlplan class: football\football\controller\xmlplan
arguments: arguments:
- @config - '@config'
- @ext.manager - '@ext.manager'
- @path_helper - '@path_helper'
- @dbal.conn - '@dbal.conn'
- @user - '@user'
- %core.root_path% - %core.root_path%
- %core.php_ext% - %core.php_ext%
football.football.core.functions.points: football.football.core.functions.points:
class: football\football\core\functions_points class: football\football\core\functions_points
arguments: arguments:
- @user - '@user'
- @dbal.conn - '@dbal.conn'
football.football.listener: football.football.listener:
class: football\football\event\main_listener class: football\football\event\main_listener
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @controller.helper - '@controller.helper'
- @template - '@template'
- @path_helper - '@path_helper'
- @ext.manager - '@ext.manager'
- @user - '@user'
- %core.root_path% - %core.root_path%
- %core.php_ext% - %core.php_ext%
tags: tags:
@@ -102,12 +102,12 @@ services:
arguments: arguments:
- %core.root_path% - %core.root_path%
- %core.php_ext% - %core.php_ext%
- @ext.manager - '@ext.manager'
- @path_helper - '@path_helper'
- @dbal.conn - '@dbal.conn'
- @config - '@config'
- @log - '@log'
- @user - '@user'
calls: calls:
- [set_name, [football.football.cron.task.football_remember]] - [set_name, [football.football.cron.task.football_remember]]
tags: tags:

BIN
images/flags/Meister.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB