mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/13740] Fix controller class name in service definition
PHPBB3-13740
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
phpbb.installer.controller.welcome:
|
phpbb.installer.controller.welcome:
|
||||||
class: phpbb\install\controller\install_index
|
class: phpbb\install\controller\installer_index
|
||||||
arguments:
|
arguments:
|
||||||
- @phpbb.installer.controller.helper
|
- @phpbb.installer.controller.helper
|
||||||
- @language
|
- @language
|
||||||
|
Reference in New Issue
Block a user