浏览代码

Merge branch 'develop'

master
Guillaume 3 年前
父节点
当前提交
a90f92b40d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Repository/AbstractRepositoryQuery.php

+ 1
- 0
Repository/AbstractRepositoryQuery.php 查看文件

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

正在加载...
取消
保存