Skip to content

Commit

Permalink
Fix config file reference when retrieving Google Map API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Apr 20, 2020
1 parent 78d527f commit 652a63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/GoogleMaps.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class GoogleMaps

public static function instance(): SimpleGoogleMaps
{
$apiKey = config('address.geocoding.google-maps.api-key');
$apiKey = config('addresses.geocoding.google-maps.api-key');

if (!$apiKey) {
throw new Exception('No Google Maps API key specified.');
Expand Down

0 comments on commit 652a63d

Please sign in to comment.