We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42698b commit e26c17aCopy full SHA for e26c17a
1 file changed
Element/HttpHandler.php
@@ -5,6 +5,7 @@
5
6
7
use FOM\CoreBundle\Component\ExportResponse;
8
+use Mapbender\Component\Element\ElementHttpHandlerInterface;
9
use Mapbender\CoreBundle\Entity\Element;
10
use Mapbender\DataSourceBundle\Component\RepositoryRegistry;
11
use Mapbender\DataSourceBundle\Entity\DataItem;
@@ -15,7 +16,7 @@
15
16
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
17
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
18
-class HttpHandler
19
+class HttpHandler implements ElementHttpHandlerInterface
20
{
21
/** @var RegistryInterface */
22
protected $doctrineRegistry;
0 commit comments