Move encoder subscriber to encoder namespace.

This commit is contained in:
David Molineus
2017-10-17 17:48:14 +02:00
parent 46e6dcc2fa
commit 57fe57b8ea
2 changed files with 2 additions and 2 deletions

View File

@@ -42,6 +42,6 @@ services:
- { name: netzmacht.contao_leaflet.encoder }
netzmacht.contao_leaflet.encoder.subscriber:
class: Netzmacht\Contao\Leaflet\Subscriber\EncoderSubscriber
class: Netzmacht\Contao\Leaflet\Encoder\Subscriber\EncoderSubscriber
tags:
- { name: netzmacht.contao_leaflet.encoder }

View File

@@ -10,7 +10,7 @@
* @filesource
*/
namespace Netzmacht\Contao\Leaflet\Subscriber;
namespace Netzmacht\Contao\Leaflet\Encoder\Subscriber;
use Netzmacht\Contao\Leaflet\Frontend\RequestUrl;
use Netzmacht\JavascriptBuilder\Exception\EncodeValueFailed;