autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:07 +00:00
parent 31f0d8e42c
commit bf317626ef

View File

@ -21,7 +21,7 @@ return [
[
'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavElementSettings',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -33,7 +33,7 @@ return [
[
'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavigationList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,