Skip to content

Commit

Permalink
fixed use_akeneo_positions node type
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrimmChester committed Nov 10, 2023
1 parent c213f06 commit 6839eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fixture/CategoryConfigurationFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ protected function configureOptionsNode(ArrayNodeDefinition $optionsNode): void
->arrayNode('categories_to_exclude')
->scalarPrototype()->defaultValue([])->end()
->end()
->arrayNode('use_akeneo_positions')
->scalarPrototype()->defaultFalse()->end()
->booleanNode('use_akeneo_positions')
->defaultFalse()->end()
->end()
->end()
;
Expand Down

0 comments on commit 6839eb3

Please sign in to comment.