Upgrade to rc5
This commit is contained in:
@@ -11,7 +11,7 @@ return [
|
||||
'pattern' => 'users',
|
||||
'method' => 'GET',
|
||||
'action' => function () {
|
||||
return $this->users();
|
||||
return $this->users()->sort('username', 'asc', 'email', 'asc');
|
||||
}
|
||||
],
|
||||
[
|
||||
|
Reference in New Issue
Block a user