Archived
1
0
Fork 0

app/config/menu.yml: add admin link

This commit is contained in:
Henrik Hautakoski 2018-12-29 15:45:40 +01:00
parent 89e096c4fd
commit 3c17346e46
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -25,3 +25,10 @@ menu:
route: about-route
controller: index
action: about
admin:
caption: Admin
resource: backend/user
controller: user
action: index
route: backend-home