autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent 1ca2f8571c
commit 8a9940b4ad

View File

@ -22,7 +22,7 @@ return [
[
'dest' => '\Modules\EventManagement\Controller\BackendController:viewEventManagementList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -34,7 +34,7 @@ return [
[
'dest' => '\Modules\EventManagement\Controller\BackendController:viewEventManagementCreate',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,
@ -46,7 +46,7 @@ return [
[
'dest' => '\Modules\EventManagement\Controller\BackendController:viewEventManagementView',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,