Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 15, 2024
1 parent 53ef640 commit b553cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/vonage.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

'api_secret' => env('VONAGE_SECRET'),

'application_id' => env('VONAGE_APPLICATION_ID'),
'application_id' => env('VONAGE_APPLICATION_ID'),

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -70,7 +70,7 @@
*/

'app' => [
'name' => env('VONAGE_APP_NAME', 'Laravel'),
'name' => env('VONAGE_APP_NAME', 'Laravel'),
'version' => env('VONAGE_APP_VERSION', '1.1.2'),
],

Expand Down

0 comments on commit b553cca

Please sign in to comment.