Skip to content

Commit

Permalink
Fix broken link in documentation (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
francescolaffi authored and greg0ire committed Oct 7, 2017
1 parent 3e60778 commit cbf5c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/reference/orm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Implement TranslatableInterface

Your entities have to implement `Model\TranslatableInterface <https://github.com/sonata-project/SonataTranslationBundle/blob/master/Model/TranslatableInterface.php>`_.

Your entities need to explicitly implement getter and setter methods for the knp doctrine extensions. Due to Sonata internals, the `magic method <https://github.com/KnpLabs/DoctrineBehaviors#proxy-translations>`_ of Doctrine Behaviour does not work. For more background on that topic, see this `post <http://thewebmason.com/tutorial-using-sonata-admin-with-magic-__call-method/>`_
Your entities need to explicitly implement getter and setter methods for the knp doctrine extensions. Due to Sonata internals, the `magic method <https://github.com/KnpLabs/DoctrineBehaviors#proxy-translations>`_ of Doctrine Behaviour does not work. For more background on that topic, see this `post <http://thewebmason.com/tutorial-using-sonata-admin-magic-__call-method/>`_

.. code-block:: php
Expand Down

0 comments on commit cbf5c71

Please sign in to comment.