Skip to content

Commit

Permalink
OP-352 - Apply ECS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 10, 2024
1 parent 588c17a commit 0d84a98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
];


if ( defined(SyliusCoreBundle::class.'::VERSION_ID') && SyliusCoreBundle::VERSION_ID >= '11300') {
if (defined(SyliusCoreBundle::class . '::VERSION_ID') && SyliusCoreBundle::VERSION_ID >= '11300') {
$bundles[Sylius\Abstraction\StateMachine\SyliusStateMachineAbstractionBundle::class] = ['all' => true];
}

return $bundles;
return $bundles;

0 comments on commit 0d84a98

Please sign in to comment.