This commit is contained in:
Dennis Eichhorn 2024-04-07 17:31:41 +00:00
parent f3cac4a934
commit e4aa0d7d00

View File

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