show Characters and Roles of an user
This commit is contained in:
parent
9204aa0949
commit
484cfb67fd
6 changed files with 116 additions and 0 deletions
|
|
@ -30,6 +30,15 @@
|
|||
{
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Action: user.
|
||||
*/
|
||||
public function user(\nre\core\Request $request, \nre\core\Response $response)
|
||||
{
|
||||
$this->addSubAgent('Userroles', 'user');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue