fly 4 years ago
parent
commit
a24134c553
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Controllers/CompanyAuth/UserController.php

+ 1 - 0
src/Controllers/CompanyAuth/UserController.php

@@ -143,6 +143,7 @@ class UserController extends Controller
     {
         $uid_str  = $request->get('uid', '');
         $channel_id = $request->get('channel_id');
+        $result = [];
         if ($uid_str) {
             $uids = explode(',', $uid_str);
             $uids = count($uids) > 100 ? collect($uids)->take(100) : $uids;