Skip to content

Commit f916cc6

Browse files
committed
code style fix; spacing
1 parent c1c2fae commit f916cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/*
5151
* ReCaptcha Site Key
5252
*/
53-
'reCaptchSite' => env('RE_CAP_SITE', 'YOURGOOGLECAPTCHAsitekeyHERE'),
53+
'reCaptchSite' => env('RE_CAP_SITE', 'YOURGOOGLECAPTCHAsitekeyHERE'),
5454

5555
/*
5656
* ReCaptcha Secret
@@ -65,6 +65,6 @@
6565
/*
6666
* Google Maps API Key
6767
*/
68-
'googleMapsAPIKey' => env('GOOGLEMAPS_API_KEY', 'YOURGOOGLEMAPSkeyHERE'),
68+
'googleMapsAPIKey' => env('GOOGLEMAPS_API_KEY', 'YOURGOOGLEMAPSkeyHERE'),
6969

7070
];

0 commit comments

Comments
 (0)