We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4857679 commit fe6258eCopy full SHA for fe6258e
src/Providers/TwilioProvider.php
@@ -86,7 +86,7 @@ static function (Application $app): ConnectionManager {
86
*/
87
private function registerHttpClient(): void
88
{
89
- $this->app->singleton(
+ $this->app->bind(
90
'babdev.twilio.http_client',
91
static function (Application $app): TwilioHttpClient {
92
// If Guzzle is installed, then we will either use Laravel's native client or Guzzle directly
0 commit comments