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