Merge branch 'fix/app-connections-count' of github.com:beyondcode/laravel-websockets into fix/app-connections-count

This commit is contained in:
Alex Renoki 2020-09-04 09:49:17 +03:00
commit 4e11355172
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
namespace BeyondCode\LaravelWebSockets\Tests\Mocks;
use Clue\React\Redis\LazyClient as BaseLazyClient;
use Clue\React\Redis\Factory;
use Clue\React\Redis\LazyClient as BaseLazyClient;
use Illuminate\Support\Facades\Cache;
use PHPUnit\Framework\Assert as PHPUnit;
use React\EventLoop\LoopInterface;