diff --git a/application/Espo/Core/Record/Service.php b/application/Espo/Core/Record/Service.php index d329b1b2f4..769d3c3132 100644 --- a/application/Espo/Core/Record/Service.php +++ b/application/Espo/Core/Record/Service.php @@ -239,7 +239,7 @@ class Service implements Crud, * @param non-empty-string $id * @return TEntity * @throws NotFoundSilent If not found. - * @throws ForbiddenSilent If no read access. + * @throws Forbidden If no read access. */ public function read(string $id, ReadParams $params): Entity {