mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
docs #15687 Fix Typo fixtures.rst (zairigimad)
This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 or 1.13 <!-- see the comment below --> | | Bug fix? | no/yes | | New feature? | no/yes | | BC breaks? | no/yes | | Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file --> | | Related tickets | fixes #X, partially #Y, mentioned in #Z | | License | MIT | <!-- - Bug fixes must be submitted against the 1.12 branch - Features and deprecations must be submitted against the 1.13 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- Fix Typo fixtures.rst
This commit is contained in:
commit
5b8a5f65cb
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ just like in the example mentioned above.
|
|||
}
|
||||
}
|
||||
|
||||
**2.** Extend the ``Sylius\Bundle\CoreBundle\Fixture\ShippingMethodFixture`` in ``App\Entity\Fixture\ShippingMethodFixture``:
|
||||
**2.** Extend the ``Sylius\Bundle\CoreBundle\Fixture\ShippingMethodFixture`` in ``App\Fixture\ShippingMethodFixture``:
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue