Ver código fonte

[Actualités] Correctif orderBy()

feature/symfony6.1
Guillaume 3 anos atrás
pai
commit
34a7a3a7b0
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      Repository/Site/NewsStore.php

+ 0
- 1
Repository/Site/NewsStore.php Ver arquivo

@@ -18,7 +18,6 @@ class NewsStore extends AbstractStore implements NewsStoreInterface

public function orderByDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
{
$query->orderBy('id');
return $query;
}


Carregando…
Cancelar
Salvar