diff --git a/src/Services/SwaggerService.php b/src/Services/SwaggerService.php index af48bd82..f96d142d 100755 --- a/src/Services/SwaggerService.php +++ b/src/Services/SwaggerService.php @@ -562,7 +562,7 @@ protected function getResponseDescription($code) return $defaultDescription; } - $annotations = $this->getClassAnnotations($request); + $annotations = $this->annotationReader->getClassAnnotations($request); $localDescription = Arr::get($annotations, "_{$code}");