mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 03:18:52 +00:00
[ticket/13740] Fix controller class name in service definition
PHPBB3-13740
This commit is contained in:
parent
08d9d567ca
commit
524b98e7bd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
phpbb.installer.controller.welcome:
|
||||
class: phpbb\install\controller\install_index
|
||||
class: phpbb\install\controller\installer_index
|
||||
arguments:
|
||||
- @phpbb.installer.controller.helper
|
||||
- @language
|
||||
|
|
Loading…
Add table
Reference in a new issue