diff --git a/src/Controller/IiifServerControllerTrait.php b/src/Controller/IiifServerControllerTrait.php index 808c063..156a70b 100644 --- a/src/Controller/IiifServerControllerTrait.php +++ b/src/Controller/IiifServerControllerTrait.php @@ -168,9 +168,6 @@ protected function isImageResource(MediaRepresentation $media): bool return substr((string) $media->mediaType(), 0, 6) === 'image/'; } - /** - * Similar to \IiifServer\Controller\PresentationController::fetchResource(). - */ protected function fetchResource(string $resourceType = 'resources'): ?AbstractResourceEntityRepresentation { $resource = $this->params()->fromRoute('resource');