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

16 lines
377 B
PHP
Raw Normal View History

2014-12-29 12:17:40 +01:00
<?php
2015-01-12 19:03:29 +01:00
/**
* @package dev
* @author David Molineus <david.molineus@netzmacht.de>
* @copyright 2014 netzmacht creative David Molineus
* @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
);