geolocation-8.x-3.x-dev/modules/geolocation_leaflet/src/Plugin/geolocation/GeocoderCountryFormatting/PhotonStandard.php
modules/geolocation_leaflet/src/Plugin/geolocation/GeocoderCountryFormatting/PhotonStandard.php
<?php
namespace Drupal\geolocation_leaflet\Plugin\geolocation\GeocoderCountryFormatting;
use Drupal\geolocation\Attribute\GeocoderCountryFormatting;
use Drupal\geolocation_leaflet\NominatimCountryFormattingBase;
/**
* Provides default address formatting.
*/
#[GeocoderCountryFormatting(id: 'photon_standard')]
class PhotonStandard extends NominatimCountryFormattingBase {
}
