From 3d3e0452769bc20248a218cdabc053526828a8b3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 29 Mar 2022 16:41:16 +0200 Subject: [PATCH] phpstan and phpcs fixes --- Admin/Install/Navigation.install.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index a354825..7edf9d9 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -10,7 +10,7 @@ "icon": null, "order": 50, "from": "Exchange", - "permission": { "permission": 2, "type": null, "element": null }, + "permission": { "permission": 2, "category": null, "element": null }, "parent": 1000101001, "children": [ { @@ -24,7 +24,7 @@ "icon": null, "order": 1, "from": "Exchange", - "permission": { "permission": 2, "type": null, "element": null }, + "permission": { "permission": 2, "category": null, "element": null }, "parent": 1007001001, "children": [] }, @@ -39,7 +39,7 @@ "icon": null, "order": 5, "from": "Exchange", - "permission": { "permission": 2, "type": null, "element": null }, + "permission": { "permission": 2, "category": null, "element": null }, "parent": 1007001001, "children": [] }, @@ -54,7 +54,7 @@ "icon": null, "order": 10, "from": "Exchange", - "permission": { "permission": 2, "type": null, "element": null }, + "permission": { "permission": 2, "category": null, "element": null }, "parent": 1007001001, "children": [] }