Skip to content

Commit fe6258e

Browse files
committed
The HTTP client doesn't need to be a singleton
1 parent 4857679 commit fe6258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/TwilioProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static function (Application $app): ConnectionManager {
8686
*/
8787
private function registerHttpClient(): void
8888
{
89-
$this->app->singleton(
89+
$this->app->bind(
9090
'babdev.twilio.http_client',
9191
static function (Application $app): TwilioHttpClient {
9292
// If Guzzle is installed, then we will either use Laravel's native client or Guzzle directly

0 commit comments

Comments
 (0)