From 649d29414f733e0f3f8c6db6b6de7b16a7783d41 Mon Sep 17 00:00:00 2001 From: Guilherme Blanco Date: Fri, 13 Jan 2012 01:09:28 -0500 Subject: [PATCH] Fixed one-to-many unidirectional with join table chapter. --- en/reference/association-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/association-mapping.rst b/en/reference/association-mapping.rst index aed143815..fdd9259f7 100644 --- a/en/reference/association-mapping.rst +++ b/en/reference/association-mapping.rst @@ -606,7 +606,7 @@ the join columns enforces the one-to-many cardinality. The following example sets up such a unidirectional one-to-many association: -.. configuration-block +.. configuration-block:: .. code-block:: php