Files
contao-leaflet-maps/module/config/event_subscribers.php

16 lines
389 B
PHP
Raw Normal View History

2014-12-29 12:17:40 +01:00
<?php
2015-01-12 19:03:29 +01:00
/**
2016-10-11 10:40:15 +02:00
* @package contao-leaflet-maps
2015-01-12 19:03:29 +01:00
* @author David Molineus <david.molineus@netzmacht.de>
2016-10-11 10:40:15 +02:00
* @copyright 2014-2016 netzmacht David Molineus
2015-01-12 19:03:29 +01:00
* @license LGPL 3.0
* @filesource
*
*/
2014-12-29 12:17:40 +01:00
return array(
2016-10-06 08:53:23 +02:00
$GLOBALS['container']['leaflet.boot.subscriber'],
'Netzmacht\Contao\Leaflet\Subscriber\HashSubscriber',
2016-10-06 08:58:35 +02:00
$GLOBALS['container']['leaflet.subscriber.geo-json'],
2014-12-29 12:17:40 +01:00
);