Procházet zdrojové kódy

Correctif AbstractRepositoryQuery.php

master
Guillaume před 3 roky
rodič
revize
f3a64c0be1
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      Repository/AbstractRepositoryQuery.php

+ 1
- 0
Repository/AbstractRepositoryQuery.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit