Update SiteConfigExtension.php

This commit is contained in:
Tony Air 2022-06-16 00:26:25 +02:00 committed by GitHub
parent 3442745c4e
commit 75dde6ce2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class SiteConfigExtension extends Extension
return MapboxField::getAccessToken();
}
public static function MapAPIKeyFrontend(): string
public function MapAPIKeyFrontend(): string
{
$type = $this->owner->config()->get('map_type');