aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/installer/container/services_install_filesystem.yml
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-20 18:06:02 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-20 18:06:02 +0200
commitc89b226a7ae03c2e4ff12e60d36a27fe269583d4 (patch)
treee8e4e3a670be59b2a277a4d387dd1839411fce4e /phpBB/config/installer/container/services_install_filesystem.yml
parentc5c98b7ca2dfb85925bc3ec1d6057ec554f9b4f9 (diff)
downloadforums-c89b226a7ae03c2e4ff12e60d36a27fe269583d4.tar
forums-c89b226a7ae03c2e4ff12e60d36a27fe269583d4.tar.gz
forums-c89b226a7ae03c2e4ff12e60d36a27fe269583d4.tar.bz2
forums-c89b226a7ae03c2e4ff12e60d36a27fe269583d4.tar.xz
forums-c89b226a7ae03c2e4ff12e60d36a27fe269583d4.zip
[ticket/13740] Add more room for further tasks
PHPBB3-13740
Diffstat (limited to 'phpBB/config/installer/container/services_install_filesystem.yml')
-rw-r--r--phpBB/config/installer/container/services_install_filesystem.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/installer/container/services_install_filesystem.yml b/phpBB/config/installer/container/services_install_filesystem.yml
index cbd8381d02..776d7b9198 100644
--- a/phpBB/config/installer/container/services_install_filesystem.yml
+++ b/phpBB/config/installer/container/services_install_filesystem.yml
@@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- - { name: install_filesystem_install, order: 1 }
+ - { name: install_filesystem_install, order: 10 }
installer.module.install_filesystem_collection:
class: phpbb\di\ordered_service_collection
@@ -24,4 +24,4 @@ services:
arguments:
- @installer.module.install_filesystem_collection
tags:
- - { name: installer_install_module, order: 3 }
+ - { name: installer_install_module, order: 30 }