Skip to content

Commit

Permalink
Merge pull request #11685 from greg0ire/fix-merge-up
Browse files Browse the repository at this point in the history
Remove YAML doc example
  • Loading branch information
greg0ire authored Oct 16, 2024
2 parents fac0899 + 0893d85 commit 5aad44c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions docs/en/tutorials/working-with-indexed-associations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ The code and mappings for the Market entity looks like this:
.. literalinclude:: working-with-indexed-associations/market.xml
:language: xml

.. literalinclude:: working-with-indexed-associations/market.xml
:language: yaml


Inside the ``addStock()`` method you can see how we directly set the key of the association to the symbol,
so that we can work with the indexed association directly after invoking ``addStock()``. Inside ``getStock($symbol)``
we pick a stock traded on the particular market by symbol. If this stock doesn't exist an exception is thrown.
Expand Down
15 changes: 0 additions & 15 deletions docs/en/tutorials/working-with-indexed-associations/market.yaml

This file was deleted.

0 comments on commit 5aad44c

Please sign in to comment.