Skip to content

Commit

Permalink
Add more feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 22, 2024
1 parent 3adb75d commit 957a384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Note/Service/NoteService.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ private function getNote(int $id): Note
{
return $this->noteHydrator->hydrate($this->noteRepository->getNote($id));
}
}
}

0 comments on commit 957a384

Please sign in to comment.