migrate notes

This commit is contained in:
2025-05-21 07:29:45 +01:00
parent 6a087aae48
commit 1538fc7904
11 changed files with 788 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ class GuiController extends AbstractController {
public function notes(
EntityManagerInterface $entityManager,
): array {
$notes = $entityManager->getRepository(Note::class)->findAll();
$notes = $entityManager->getRepository(Note::class)->findAllOrderedBySlugDesc();
return [
'title' => 'Joe Carstairs\' notes',