Skip to content

Commit 1b4f86a

Browse files
committed
Mark the RelatedItems controller deprecated
1 parent 824eee8 commit 1b4f86a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bundle/Controller/Relations/RelatedItems.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Symfony\Component\HttpFoundation\Request;
1111
use Symfony\Component\HttpFoundation\Response;
1212

13+
/**
14+
* @deprecated this controller is replaced by template based relations list
15+
*/
1316
final class RelatedItems extends Controller
1417
{
1518
public function __construct(private LocationRelationResolverInterface $locationResolver)

0 commit comments

Comments
 (0)