Sfoglia il codice sorgente

Merge branch 'develop'

master
Guillaume 2 anni fa
parent
commit
a90f92b40d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      Repository/AbstractRepositoryQuery.php

+ 1
- 0
Repository/AbstractRepositoryQuery.php Vedi File

@@ -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) {

Loading…
Annulla
Salva