Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
317 stars 79 forks source link

Config key indentation fix #55

Closed danielebarbaro closed 3 years ago

danielebarbaro commented 3 years ago

Description

Fixed a tab indentation on the config file

Motivation and Context

The config file

How Has This Been Tested?

Example Output or Screenshots (if appropriate):

Before:

Screenshot 2020-12-04 at 09 38 03

After:

Screenshot 2020-12-04 at 09 37 50

Types of changes

Checklist:

dragonmantank commented 3 years ago

Thank you!