Fixed typo
This commit is contained in:
parent
1e2672d9e0
commit
7a629cfcb0
|
|
@ -276,7 +276,7 @@ abstract class TestCase extends BaseTestCase
|
|||
// factory lazy instance on boot.
|
||||
$this->app->singleton(ReplicationInterface::class, function () use ($replicationDriver) {
|
||||
$client = config(
|
||||
"websockets.replication.{$driver}.client",
|
||||
"websockets.replication.{$replicationDriver}.client",
|
||||
\BeyondCode\LaravelWebSockets\PubSub\Drivers\LocalClient::class
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue