ソースを参照

Document lastes

packProduct
Fabien Normand 2年前
コミット
56edaa321b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Repository/File/DocumentStore.php

+ 1
- 1
Repository/File/DocumentStore.php ファイルの表示

@@ -60,7 +60,7 @@ class DocumentStore extends AbstractStore
return $query->findOne();
}

public function getOneLatestByType(string $documentType, $query = null): DocumentInterface
public function getOneLatestByType(string $documentType, $query = null): ?DocumentInterface
{
$query = $this->createDefaultQuery($query);


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