From 00c80df20e2da8103a37fe122518566f64821c38 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 16 Jan 2015 14:56:14 +0100 Subject: [PATCH] Remove deleted subscriber from config. --- module/config/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/config/config.php b/module/config/config.php index 44efa18..bc1b9d0 100644 --- a/module/config/config.php +++ b/module/config/config.php @@ -126,7 +126,6 @@ $GLOBALS['LEAFLET_MAPPERS'][] = 'Netzmacht\Contao\Leaflet\Mapper\Style\FixedStyl * @see https://github.com/contao-community-alliance/event-dispatcher#event-subscriber-per-configuration */ $GLOBALS['LEAFLET_ENCODERS'] = array(); -$GLOBALS['LEAFLET_ENCODERS'][] = 'Netzmacht\Javascript\Subscriber\EncoderSubscriber'; $GLOBALS['LEAFLET_ENCODERS'][] = 'Netzmacht\LeafletPHP\Encoder\MapEncoder'; $GLOBALS['LEAFLET_ENCODERS'][] = 'Netzmacht\LeafletPHP\Encoder\ControlEncoder'; $GLOBALS['LEAFLET_ENCODERS'][] = 'Netzmacht\LeafletPHP\Encoder\GroupEncoder';