Explorar el Código

Correctif AbstractRepositoryQuery.php

master
Guillaume hace 3 años
padre
commit
f3a64c0be1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Repository/AbstractRepositoryQuery.php

+ 1
- 0
Repository/AbstractRepositoryQuery.php Ver fichero

@@ -130,6 +130,7 @@ abstract class AbstractRepositoryQuery implements RepositoryQueryInterface
return $this;
}*/

// @TODO : créer un addOrderBy et un orderBy
public function orderBy(string $field, string $sort = 'ASC'): self
{
if (strpos($field, '.')!==false) {

Cargando…
Cancelar
Guardar