Przeglądaj źródła

Merge branch 'develop'

master
Guillaume 2 lat temu
rodzic
commit
a90f92b40d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      Repository/AbstractRepositoryQuery.php

+ 1
- 0
Repository/AbstractRepositoryQuery.php Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz