mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2026-02-28 09:08:14 +01:00
Ongoing development.
This commit is contained in:
22
src/LeafletGeocodeWidgetBundle.php
Normal file
22
src/LeafletGeocodeWidgetBundle.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package netzmacht
|
||||
* @author David Molineus <david.molineus@netzmacht.de>
|
||||
* @copyright 2017 netzmacht David Molineus. All rights reserved.
|
||||
* @filesource
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\GeocodeWidget;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
/**
|
||||
* Class LeafletGeocodeWidgetBundle
|
||||
*
|
||||
* @package Netzmacht\Contao\Leaflet\GeocodeWidget
|
||||
*/
|
||||
class LeafletGeocodeWidgetBundle extends Bundle
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user