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

Commit

Permalink
Config key indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebarbaro committed Dec 4, 2020
1 parent 5e13a4c commit f68f6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nexmo.php
Original file line number Diff line number Diff line change
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 f68f6c2

Please sign in to comment.