app/controllers/backend/UserController.php: adding edit action.
This commit is contained in:
parent
e332e1a7e7
commit
b1212f5310
4 changed files with 110 additions and 2 deletions
|
|
@ -67,6 +67,12 @@ router:
|
|||
backend-user-edit:
|
||||
pattern: '/admin/user/{id:([0-9]+)}'
|
||||
path: backend::user::edit
|
||||
backend-user-status:
|
||||
pattern: '/admin/user/{id:([0-9]+)}/{type}'
|
||||
path:
|
||||
module: backend
|
||||
controller: user
|
||||
action: status
|
||||
backend-log:
|
||||
pattern: '/admin/log{page:/?([0-9]+)?}'
|
||||
path: backend::log::index
|
||||
|
|
|
|||
Reference in a new issue