mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2026-02-28 00:58:15 +01:00
12 lines
185 B
PHP
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
|
|
{
|
|
}
|