Files
contao-leaflet-geocode-widget/src/LeafletGeocodeWidgetBundle.php
2022-11-29 11:05:30 +01:00

12 lines
185 B
PHP

<?php
declare(strict_types=1);
namespace Netzmacht\Contao\Leaflet\GeocodeWidget;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class LeafletGeocodeWidgetBundle extends Bundle
{
}