autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent 651df90a36
commit 1abb9bc04c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -21,7 +21,7 @@ return ['IncomeStatement' => [
'Interval' => 'Interval',
'Environment' => 'Environment',
'Monthly' => 'Monthly',
'Settings' => 'Settings',
'Settings' => 'Settings',
'Quarterly' => 'Quarterly',
'Annually' => 'Annually',
'Category' => 'Category',