Browse Source

Merge branch 'develop'

master
Guillaume 2 years ago
parent
commit
a90f92b40d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Repository/AbstractRepositoryQuery.php

+ 1
- 0
Repository/AbstractRepositoryQuery.php View File

return $this; return $this;
}*/ }*/


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

Loading…
Cancel
Save