migrate notes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user