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