Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 4e11355

Browse files
committed
Merge branch 'fix/app-connections-count' of github.com:beyondcode/laravel-websockets into fix/app-connections-count
2 parents e9ec650 + 855646a commit 4e11355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Mocks/LazyClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\Mocks;
44

5-
use Clue\React\Redis\LazyClient as BaseLazyClient;
65
use Clue\React\Redis\Factory;
6+
use Clue\React\Redis\LazyClient as BaseLazyClient;
77
use Illuminate\Support\Facades\Cache;
88
use PHPUnit\Framework\Assert as PHPUnit;
99
use React\EventLoop\LoopInterface;

0 commit comments

Comments
 (0)