- Redefined view order

This commit is contained in:
Dave Mc Nicoll 2026-03-03 16:34:41 +00:00
parent dac7acde87
commit fda052d2f3
2 changed files with 1 additions and 6 deletions

View File

@ -26,7 +26,7 @@ return [
],
[
'path' => implode(DIRECTORY_SEPARATOR, [ $dir, "view", '' ]),
'order' => 99,
'order' => 1000,
],
],

File diff suppressed because one or more lines are too long