1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12631] Remove invalid parameter for create_schema_file task

PHPBB3-12631
This commit is contained in:
Marc Alexander
2021-10-10 11:52:16 +02:00
parent 0312aaa6dc
commit ed1566d217

View File

@@ -7,7 +7,6 @@ services:
- '@filesystem'
- '%core.root_path%'
- '%core.php_ext%'
- '%tables%'
- '%finder.cache%'
tags:
- { name: install_database_install, order: 1 }