autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:07 +00:00
parent 3cb974709d
commit 392adbfbe9
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ return [
[
'dest' => '\Modules\ProjectManagement\Controller\ApiController:apiProjectCreate',
'verb' => RouteVerb::PUT,
'active' => true,
'active' => true,
'permission' => [
'module' => ApiController::NAME,
'type' => PermissionType::CREATE,

View File

@ -22,7 +22,7 @@ return [
[
'dest' => '\Modules\ProjectManagement\Controller\BackendController:viewProjectManagementList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -34,7 +34,7 @@ return [
[
'dest' => '\Modules\ProjectManagement\Controller\BackendController:viewProjectManagementCreate',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,
@ -46,7 +46,7 @@ return [
[
'dest' => '\Modules\ProjectManagement\Controller\BackendController:viewProjectManagementView',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,