Fix stream override ordering

This commit is contained in:
Matias Griese
2016-01-12 12:53:54 +02:00
parent 9d983e7486
commit 5786530cda

View File

@@ -155,7 +155,7 @@ class Setup extends Data
}
// Update streams.
foreach ($files as $path) {
foreach (array_reverse($files) as $path) {
$file = CompiledYamlFile::instance($path);
$content = $file->content();
if (!empty($content['schemes'])) {