Skip to content

Commit 0cb0e6c

Browse files
committed
Added local driver as default
1 parent 0375000 commit 0cb0e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSocketsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function register()
7171
});
7272

7373
$this->app->singleton(StatisticsDriver::class, function () {
74-
$driver = config('websockets.statistics.driver');
74+
$driver = config('websockets.statistics.driver', 'local');
7575

7676
return $this->app->make(
7777
config(

0 commit comments

Comments
 (0)