door card pass: add doormanagerlog view

This commit is contained in:
Schneider Roland
2023-02-28 21:48:30 +01:00
parent 7c610b50ab
commit df69ec83d3
7 changed files with 233 additions and 5 deletions

View File

@@ -113,6 +113,10 @@ class FrontendMenuStructure
// 'items' => $items
];
$this->menuItems[] = ['label' => 'Kapu',
'url' => ["/door-manager-log/index"]
// 'items' => $items
];
}
}
@@ -141,4 +145,4 @@ class FrontendMenuStructure
}
}
}