autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent b189356e28
commit 0b97b93ef2
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ return [
'dest' => '\Modules\Dashboard\Controller\ApiController:apiBoardCreate',
'verb' => RouteVerb::PUT,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => ApiController::NAME,
'type' => PermissionType::CREATE,
@ -36,7 +36,7 @@ return [
'dest' => '\Modules\Dashboard\Controller\ApiController:apiComponentAdd',
'verb' => RouteVerb::PUT,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => ApiController::NAME,
'type' => PermissionType::CREATE,

View File

@ -22,7 +22,7 @@ return [
[
'dest' => '\Modules\Dashboard\Controller\BackendController:viewDashboard',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,