Skip to content

Commit f53682e

Browse files
authored
add enterprise option to the Fixer provider
1 parent a03eaf0 commit f53682e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function getConfigTreeBuilder()
6868
->isRequired()
6969
->cannotBeEmpty()
7070
->end()
71+
->booleanNode('enterprise')->defaultFalse()->end()
7172
->end()
7273
->end()
7374
->append($this->createSimpleProviderNode('cryptonator'))

0 commit comments

Comments
 (0)