Skip to content

Commit 6fd4971

Browse files
committed
Apply same changes to other file
1 parent a455e6e commit 6fd4971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec/OpenApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function attributes(): array
3737
'servers' => [Server::class],
3838
'paths' => Paths::class,
3939
'components' => Components::class,
40-
'security' => [SecurityRequirements::class],
40+
'security' => SecurityRequirements::class,
4141
'tags' => [Tag::class],
4242
'externalDocs' => ExternalDocumentation::class,
4343
];

0 commit comments

Comments
 (0)