Преглед изворни кода

Merge branch 'develop'

master
Guillaume пре 2 година
родитељ
комит
0d58184f77
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);


Loading…
Откажи
Сачувај