We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32ec6b6 + f8bfe89 commit ee2b308Copy full SHA for ee2b308
src/Providers/TalkJSServiceProvider.php
@@ -17,7 +17,7 @@ public function register(): void
17
'talkjs'
18
);
19
20
- $this->app->bind(
+ $this->app->singleton(
21
TalkJSClient::class,
22
static function ($app, $params) {
23
$appId = $params['appId'] ?? config('talkjs.app_id');
0 commit comments