Skip to content

Commit

Permalink
Correct error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrury committed Feb 21, 2023
1 parent b3ff7c0 commit 4f480aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/LeafletJsService.php
Expand Up @@ -55,7 +55,7 @@ public function config(): object
->filter(function ($item) {
$hasApiKey = $item->hasApiKey();
if (!$hasApiKey) {
Log::addErrorLog('Map provider "' . $item->title() . '" does not have a valid api key');
Log::addErrorLog('Map provider "' . $item->title() . '" does not have an api key');
}

return $hasApiKey;
Expand Down

0 comments on commit 4f480aa

Please sign in to comment.