mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-08 21:08:41 +00:00
autofixes
This commit is contained in:
parent
31f0d8e42c
commit
bf317626ef
|
|
@ -21,7 +21,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavElementSettings',
|
'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavElementSettings',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -33,7 +33,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavigationList',
|
'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavigationList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user