Re-add the getId method to the interface
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user