@@ -487,11 +487,11 @@ |
||
| 487 | 487 | $moduleParentSegments = []; |
| 488 | 488 | |
| 489 | 489 | foreach ([ |
| 490 | - 'apps', |
|
| 491 | - 'modules', |
|
| 492 | - 'components', |
|
| 493 | - 'plugins', |
|
| 494 | - ] as $moduleType |
|
| 490 | + 'apps', |
|
| 491 | + 'modules', |
|
| 492 | + 'components', |
|
| 493 | + 'plugins', |
|
| 494 | + ] as $moduleType |
|
| 495 | 495 | ) { |
| 496 | 496 | if (false !== ($segmentKey = array_search($modularType, $moduleSegments))) { |
| 497 | 497 | $moduleParentSegments = array_slice($moduleSegments, 0, $segmentKey); |