We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824eee8 commit 1b4f86aCopy full SHA for 1b4f86a
bundle/Controller/Relations/RelatedItems.php
@@ -10,6 +10,9 @@
10
use Symfony\Component\HttpFoundation\Request;
11
use Symfony\Component\HttpFoundation\Response;
12
13
+/**
14
+ * @deprecated this controller is replaced by template based relations list
15
+ */
16
final class RelatedItems extends Controller
17
{
18
public function __construct(private LocationRelationResolverInterface $locationResolver)
0 commit comments