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; //... }