Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jul 3, 2024
1 parent 25fbd26 commit 1bf9d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/IndexableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

interface IndexableInterface
{
/**
* This is compatible with Sylius' getId() method
*
* @return mixed
*/
public function getId();

/**
Expand Down

0 comments on commit 1bf9d94

Please sign in to comment.