mirror of
https://github.com/Karaka-Management/oms-Balance.git
synced 2026-02-07 11:08:40 +00:00
phpcs autofixes
This commit is contained in:
parent
72d8df1524
commit
d953de6c5b
|
|
@ -8,12 +8,12 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/controlling/balance/dashboard.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::BALANCE,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::BALANCE,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user