Skip to content

Commit 3b0f6e4

Browse files
GromNaNCopilot
andauthored
Remove empty info
Co-authored-by: Copilot <[email protected]>
1 parent 98853d6 commit 3b0f6e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OpenAIBundle.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public function configure(DefinitionConfigurator $definition): void
3333
$children
3434
->scalarNode('organization')
3535
->info('OpenAI API Organization used to authenticate with the OpenAI API')
36-
->defaultValue('%env(default::OPENAI_ORGANIZATION)%')
37-
->info('');
36+
->defaultValue('%env(default::OPENAI_ORGANIZATION)%');
3837
$children
3938
->scalarNode('project')
4039
->defaultNull()

0 commit comments

Comments
 (0)