parent
ba31be9695
commit
4d79731646
|
@ -69,8 +69,8 @@ class DbUserBackend extends DbRepository implements UserBackendInterface
|
|||
protected $sortRules = array(
|
||||
'user_name' => array(
|
||||
'columns' => array(
|
||||
'user_name asc',
|
||||
'is_active desc'
|
||||
'is_active desc',
|
||||
'user_name'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue