mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-29 16:24:17 +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'
|
'name'
|
||||||
),
|
),
|
||||||
SORT_ASC,
|
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