Skip to content

Commit 920c919

Browse files
committed
Rollback
1 parent 5346724 commit 920c919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/ApiPlatform/OpenApiFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __invoke(array $context = []): OpenApi
3232
$openApi = ($this->decorated)($context);
3333
$openApi = $this->addSchemas($openApi);
3434

35-
//$this->insertExampleFilesContent($openApi);
35+
$this->insertExampleFilesContent($openApi);
3636

3737
return $openApi;
3838
}

0 commit comments

Comments
 (0)