Skip to content

Commit

Permalink
Add method to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 22, 2024
1 parent bf5154b commit bfc3794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Note/Repository/NoteRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ interface NoteRepositoryInterface
{
public function createNote(NoteElement $noteElement, CreateNote $createNote): Note;

public function getNote(int $id): Note;

public function listNotes(NoteElement $noteElement, NoteParameters $parameters): NoteListing;

/**
Expand Down

0 comments on commit bfc3794

Please sign in to comment.