| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class BrandFixture extends AbstractResourceFixture |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | public function getName(): string |
||
| 16 | { |
||
| 17 | return 'loevgaard_sylius_brand_plugin_brand'; |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | protected function configureResourceNode(ArrayNodeDefinition $resourceNode): void |
||
| 32 | } |
||
| 33 | } |
||
| 34 |