autofixes

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

View File

@ -10,7 +10,7 @@ return [
[ [
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard', 'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
'active' => true, 'active' => true,
'permission' => [ 'permission' => [
'module' => BackendController::MODULE_NAME, 'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ, 'type' => PermissionType::READ,

View File

@ -27,6 +27,6 @@ return ['Balance' => [
'Subtotal' => 'Zwischensumme', 'Subtotal' => 'Zwischensumme',
'Total' => 'Summe', 'Total' => 'Summe',
'Diff' => 'Diff', 'Diff' => 'Diff',
'Settings' => 'Settings', 'Settings' => 'Settings',
'Diff%' => 'Diff %', 'Diff%' => 'Diff %',
]]; ]];

View File

@ -27,6 +27,6 @@ return ['Balance' => [
'Subtotal' => 'Subtotal', 'Subtotal' => 'Subtotal',
'Total' => 'Total', 'Total' => 'Total',
'Diff' => 'Diff', 'Diff' => 'Diff',
'Settings' => 'Settings', 'Settings' => 'Settings',
'Diff%' => 'Diff %', 'Diff%' => 'Diff %',
]]; ]];