Skip to content

Commit eae94c7

Browse files
committed
Fix #463 - Use the new parent identifier
1 parent 0c8172e commit eae94c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configuration/Backend/Modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
return [
88
'web_staticfilecache' => [
9-
'parent' => 'web',
9+
'parent' => 'content',
1010
'position' => [],
1111
'access' => 'user',
1212
'workspaces' => '*',

0 commit comments

Comments
 (0)