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

Commit 7a629cf

Browse files
committed
Fixed typo
1 parent 1e2672d commit 7a629cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ protected function configurePubSub()
276276
// factory lazy instance on boot.
277277
$this->app->singleton(ReplicationInterface::class, function () use ($replicationDriver) {
278278
$client = config(
279-
"websockets.replication.{$driver}.client",
279+
"websockets.replication.{$replicationDriver}.client",
280280
\BeyondCode\LaravelWebSockets\PubSub\Drivers\LocalClient::class
281281
);
282282

0 commit comments

Comments
 (0)