Skip to content

Commit e26c17a

Browse files
committed
Formally implement ElementHttpHandlerInterface (functionally optional!)
1 parent d42698b commit e26c17a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Element/HttpHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
use FOM\CoreBundle\Component\ExportResponse;
8+
use Mapbender\Component\Element\ElementHttpHandlerInterface;
89
use Mapbender\CoreBundle\Entity\Element;
910
use Mapbender\DataSourceBundle\Component\RepositoryRegistry;
1011
use Mapbender\DataSourceBundle\Entity\DataItem;
@@ -15,7 +16,7 @@
1516
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
1617
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
1718

18-
class HttpHandler
19+
class HttpHandler implements ElementHttpHandlerInterface
1920
{
2021
/** @var RegistryInterface */
2122
protected $doctrineRegistry;

0 commit comments

Comments
 (0)