autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:07 +00:00
parent 6a01cd665d
commit 66c0aa7dd3
2 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ return [
'dest' => '\Modules\StockTaking\Controller\ApiController:apiStockTakingCreate',
'verb' => RouteVerb::PUT,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => ApiController::MODULE_NAME,
'type' => PermissionType::READ,
@ -24,7 +24,7 @@ return [
'dest' => '\Modules\StockTaking\Controller\ApiController:apiStockTakingEntryCreate',
'verb' => RouteVerb::SET,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => ApiController::MODULE_NAME,
'type' => PermissionType::READ,

View File

@ -11,7 +11,7 @@ return [
[
'dest' => '\Modules\StockTaking\Controller\BackendController:viewStockTakingList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ,
@ -23,7 +23,7 @@ return [
[
'dest' => '\Modules\StockTaking\Controller\BackendController:viewStockTakingOverview',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ,
@ -35,7 +35,7 @@ return [
[
'dest' => '\Modules\StockTaking\Controller\BackendController:viewStockTakingArea',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ,
@ -47,7 +47,7 @@ return [
[
'dest' => '\Modules\StockTaking\Controller\BackendController:viewStockTakingEntry',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ,
@ -59,7 +59,7 @@ return [
[
'dest' => '\Modules\StockTaking\Controller\BackendController:viewStockTakingStats',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ,