Make definition mapper independent of the data format.

This commit is contained in:
David Molineus
2015-01-12 09:55:59 +01:00
parent ce715bbb0a
commit 9a37da12e6
4 changed files with 178 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
<?php
return array(
'Netzmacht\Contao\Leaflet\Subscriber\BootSubscriber'
'Netzmacht\Contao\Leaflet\Subscriber\BootSubscriber',
'Netzmacht\Contao\Leaflet\Subscriber\HashSubscriber',
);