From 1f3c798acb820d3160acebe63b194909b8468ca7 Mon Sep 17 00:00:00 2001 From: romanb Date: Wed, 31 Mar 2010 09:58:23 +0000 Subject: [PATCH] [2.0][doc] Updated UPGRADE_TO_2_0 for the inversedBy attribute. --- UPGRADE_TO_2_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE_TO_2_0 b/UPGRADE_TO_2_0 index 9243070ec..fb34f1f9a 100644 --- a/UPGRADE_TO_2_0 +++ b/UPGRADE_TO_2_0 @@ -20,7 +20,7 @@ the association. Example: { //... /** @OneToOne(targetEntity="User") */ - private $address; + private $user; //... }