mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
717e8cf05c
commit
6c0aa790e5
@@ -49,6 +49,7 @@ class GetTcpConnectionsController extends AdminController
|
||||
$users = collect($users);
|
||||
$connections = collect($connections)->map(function ($connection) use ($users) {
|
||||
$connection['user'] = $users->firstWhere('auth_token', $connection['auth_token']);
|
||||
|
||||
return $connection;
|
||||
})->toArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user