Skip to content

Commit

Permalink
Formally implement ElementHttpHandlerInterface (functionally optional!)
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Aug 11, 2021
1 parent d42698b commit e26c17a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Element/HttpHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


use FOM\CoreBundle\Component\ExportResponse;
use Mapbender\Component\Element\ElementHttpHandlerInterface;
use Mapbender\CoreBundle\Entity\Element;
use Mapbender\DataSourceBundle\Component\RepositoryRegistry;
use Mapbender\DataSourceBundle\Entity\DataItem;
Expand All @@ -15,7 +16,7 @@
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

class HttpHandler
class HttpHandler implements ElementHttpHandlerInterface
{
/** @var RegistryInterface */
protected $doctrineRegistry;
Expand Down

0 comments on commit e26c17a

Please sign in to comment.