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