* @copyright 2016-2017 netzmacht David Molineus. All rights reserved. * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-geocode-widget/blob/master/LICENSE * @filesource */ namespace Netzmacht\Contao\Leaflet\GeocodeWidget; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Class LeafletGeocodeWidgetBundle * * @package Netzmacht\Contao\Leaflet\GeocodeWidget */ class LeafletGeocodeWidgetBundle extends Bundle { }