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

15 lines
323 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(
'Netzmacht\Contao\Leaflet\Subscriber\BootSubscriber',
'Netzmacht\Contao\Leaflet\Subscriber\HashSubscriber',
2014-12-29 12:17:40 +01:00
);