2017-01-18 10:56:03 +01:00
|
|
|
<?php
|
|
|
|
|
|
2022-11-29 11:05:30 +01:00
|
|
|
declare(strict_types=1);
|
2017-01-18 10:56:03 +01:00
|
|
|
|
|
|
|
|
namespace Netzmacht\Contao\Leaflet\GeocodeWidget;
|
|
|
|
|
|
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
|
|
|
|
|
|
class LeafletGeocodeWidgetBundle extends Bundle
|
|
|
|
|
{
|
|
|
|
|
}
|