Skip to content

Commit dbfdf96

Browse files
authored
Update DisconnectCommand.php
1 parent a0861db commit dbfdf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/DisconnectCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(string $user, array $clientIdWhitelist = [], string
3333
];
3434

3535
if (!empty($clientIdWhitelist)) {
36-
$params['whitelist'] = $clientIdWhitelist;
36+
$params['whitelist'] = \array_values($clientIdWhitelist);
3737
}
3838

3939
if (\is_string($client) && !empty($client)) {

0 commit comments

Comments
 (0)