mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 15:27:16 +02:00
Fix stream override ordering
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user