mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Fix OA\XmlContent class reference
This commit is contained in:
parent
69d9b3a613
commit
b850b8489d
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ final class ModelRegister
|
|||
|
||||
break;
|
||||
case 'xml':
|
||||
$modelAnnotation = Util::createChild($annotation, OA\XmlContent, $properties);
|
||||
$modelAnnotation = Util::createChild($annotation, OA\XmlContent::class, $properties);
|
||||
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue