mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge pull request #8201 from harikt/patch-1
[Documentation][Product] Fix some typos
This commit is contained in:
commit
4793f46804
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ Product attributes management
|
|||
<?php
|
||||
|
||||
use Sylius\Component\Product\Model\Attribute;
|
||||
use Sylius\Component\Product\Model\AttributeValue;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
|
||||
$attribute = new Attribute();
|
||||
|
|
@ -67,7 +68,7 @@ Product variants management
|
|||
|
||||
<?php
|
||||
|
||||
use Sylius\Component\Product\Model\ProductVariant;
|
||||
use Sylius\Component\Product\Model\Variant;
|
||||
|
||||
$variant = new Variant();
|
||||
$availableVariant = new Variant();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue