Skip to content

Commit 2984bbf

Browse files
author
Paweł Piórkowski
committed
fix/OP-565 [Wishlist] Issue with multiple wishlists using the same token
1 parent cdf0160 commit 2984bbf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
5+
SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true],
6+
Sylius\Abstraction\StateMachine\SyliusStateMachineAbstractionBundle::class => ['all' => true],
7+
];
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
5+
SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true],
6+
Sylius\Abstraction\StateMachine\SyliusStateMachineAbstractionBundle::class => ['all' => true],
7+
];

0 commit comments

Comments
 (0)