VENOM: Fix Router cannot find Route if Trailing Slash is existing (VersusTuneZ)
FIX Typos Change Folder WIP
This commit is contained in:
parent
85549fbd43
commit
196ff0b1f1
7 changed files with 24 additions and 18 deletions
|
|
@ -55,7 +55,7 @@ class PageModule implements Module, Route
|
|||
['id' => 3, 'name' => 'Aufbau und Umbau des neuen VENOMs Plugins', 'icon' => 'vt-edit'],
|
||||
['id' => 4, 'name' => 'Aber Mama hat gesagt!', 'icon' => 'vt-edit'],
|
||||
['id' => 5, 'name' => 'Frische Fische nur heute!', 'icon' => 'vt-edit']
|
||||
]
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
@ -76,6 +76,10 @@ class PageModule implements Module, Route
|
|||
'id' => $id,
|
||||
'name' => 'Admin',
|
||||
'icon' => 'vt-visibility',
|
||||
'users' => [
|
||||
['value' => 1, 'name' => 'engineertrooper', 'icon' => 'vt-edit'],
|
||||
['value' => 2, 'name' => 'versustunez', 'icon' => 'vt-edit']
|
||||
]
|
||||
]);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue