mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
15 lines
323 B
PHP
15 lines
323 B
PHP
<?php
|
|
|
|
/**
|
|
* @package dev
|
|
* @author David Molineus <david.molineus@netzmacht.de>
|
|
* @copyright 2014 netzmacht creative David Molineus
|
|
* @license LGPL 3.0
|
|
* @filesource
|
|
*
|
|
*/
|
|
return array(
|
|
'Netzmacht\Contao\Leaflet\Subscriber\BootSubscriber',
|
|
'Netzmacht\Contao\Leaflet\Subscriber\HashSubscriber',
|
|
);
|