Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored and kbond committed Nov 24, 2023
1 parent 563f4da commit 73cd6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->booleanNode('use_constructor')
->info('Use the constructor to instantiate objects.')
// default is set in ZenstruckFoundryExtension till we have deprecation layer
//->defaultTrue()
// ->defaultTrue()
->end()
->booleanNode('allow_extra_attributes')
->defaultFalse()
Expand Down

0 comments on commit 73cd6a9

Please sign in to comment.