Vonage / vonage-laravel

Laravel Service Provider for integrating Vonage APIs
Apache License 2.0
34 stars 8 forks source link

Fixed how the config is resolved #3

Closed SecondeJK closed 2 years ago

SecondeJK commented 2 years ago

The ported config resolver from Nexmo-Laravel will not work due to changes in Laravel core over the past couple of years. This fixes that by importing the config into the service provider first.