Skip to content

Commit 42dc8d0

Browse files
authored
[BUGFIX] Restrict aim backend module to admins
2 parents 34a5509 + 32e1555 commit 42dc8d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Configuration/Backend/Modules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
return [
88
'aim' => [
99
'parent' => $parent,
10+
'access' => 'admin',
1011
'position' => ['before' => '*'],
1112
'appearance' => [
1213
'dependsOnSubmodules' => true,

0 commit comments

Comments
 (0)