Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from danielebarbaro/hotfix/config-indentation
Browse files Browse the repository at this point in the history
Config key indentation fix
  • Loading branch information
dragonmantank committed Dec 4, 2020
2 parents 5e13a4c + f68f6c2 commit 029bdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nexmo.php
Expand Up @@ -53,7 +53,7 @@
*/

'app' => ['name' => function_exists('env') ? env('NEXMO_APP_NAME', 'NexmoLaravel') : 'NexmoLaravel',
'version' => function_exists('env') ? env('NEXMO_APP_VERSION', '1.1.2') : '1.1.2'],
'version' => function_exists('env') ? env('NEXMO_APP_VERSION', '1.1.2') : '1.1.2'],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 029bdc1

Please sign in to comment.