@@ -172,6 +172,9 @@ |
||
172 | 172 | )->first(); |
173 | 173 | } |
174 | 174 | |
175 | + /** |
|
176 | + * @return FileInterface |
|
177 | + */ |
|
175 | 178 | protected function findFile(string $mediaId): ?FileInterface |
176 | 179 | { |
177 | 180 | return $this->fileRepository->findFileByAssetId(ArticleMedia::handleMediaId($mediaId)); |