ソースを参照

Correctif AbstractRepositoryQuery.php

master
Guillaume 3年前
コミット
f3a64c0be1
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) {

読み込み中…
キャンセル
保存