Skip to content

Commit

Permalink
Merge pull request #248 from Setono/Roshyo-patch-1
Browse files Browse the repository at this point in the history
Fix compatibility type for Symfony 6.x
  • Loading branch information
loevgaard authored Apr 3, 2023
2 parents bdae703 + 53cc123 commit fdce312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function getConfigTreeBuilder(): TreeBuilder
->info('The length of the generated gift card code')
->min(1)
->max(255)
->example(16)
;

$this->addResourcesSection($rootNode);
Expand Down

0 comments on commit fdce312

Please sign in to comment.