Skip to content

Commit

Permalink
docs: README, add remove method
Browse files Browse the repository at this point in the history
  • Loading branch information
iroybotlinio committed Jun 23, 2024
1 parent f1d3c02 commit b87d434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Repository/EntityRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ public function findAll(): ?Collection;
public function findOneBy(array $criteria): ?EntityInterface;

public function findBy(array $criteria): ?Collection;

public function remove(string $id): void;
}

0 comments on commit b87d434

Please sign in to comment.