mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-28 07:44:16 +00:00
fix array_multisort rest value
This commit is contained in:
parent
1d71d667bc
commit
2a5b6e0736
@ -71,7 +71,8 @@ class Ratchet implements MessageComponentInterface
|
||||
'name'
|
||||
),
|
||||
SORT_ASC,
|
||||
SORT_STRING | SORT_NATURAL | SORT_FLAG_CASE
|
||||
SORT_STRING | SORT_NATURAL | SORT_FLAG_CASE,
|
||||
$this->_namespaces
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user