mirror of
https://github.com/Karaka-Management/oms-BudgetManagement.git
synced 2026-01-24 21:38:42 +00:00
phpcs autofixes
This commit is contained in:
parent
0361e135be
commit
e9cc3ba2b4
|
|
@ -8,12 +8,12 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/controlling/budget/dashboard.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\BudgetManagement\Controller\BackendController:viewBudgetingDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
'dest' => '\Modules\BudgetManagement\Controller\BackendController:viewBudgetingDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::BUDGET,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::BUDGET,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user