Explorar el Código

[Actualités] Correctif orderBy()

feature/symfony6.1
Guillaume hace 2 años
padre
commit
34a7a3a7b0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      Repository/Site/NewsStore.php

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

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

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


Cargando…
Cancelar
Guardar