3
0

Re-add the getId method to the interface

This commit is contained in:
brabli
2026-05-07 16:50:08 +01:00
parent 01a8dd9834
commit 3a0cb87d37
+5
View File
@@ -6,6 +6,11 @@ namespace Pcm\SearchBundle\Interface;
interface SearchableInterface interface SearchableInterface
{ {
/**
* This entity's ID.
*/
public function getId(): ?int;
/** /**
* This entity's human-readable title to be shown in search results. * This entity's human-readable title to be shown in search results.
*/ */