mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
mention about service new argument
This commit is contained in:
parent
8e1303e554
commit
b2a2b3ea17
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
1. The `Sylius\Component\User\Model\UserInterface` extends the `Symfony\Component\PasswordHasher\Hasher\PasswordHasherAwareInterface`
|
||||
interface to fix the compatibility with Symfony 6.
|
||||
2. The constructor of `Sylius\Component\Product\Resolver\DefaultProductVariantResolver` has been modified, a new argument has been added :
|
||||
|
||||
```php
|
||||
public function __construct(
|
||||
private ?ProductVariantRepositoryInterface $productVariantRepository = null,
|
||||
)
|
||||
```
|
||||
|
||||
# UPGRADE FROM `v1.12.10` TO `v1.12.11`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue