1
0
mirror of synced 2025-01-18 06:21:40 +03:00

[2.0][doc] Updated UPGRADE_TO_2_0 for the inversedBy attribute.

This commit is contained in:
romanb 2010-03-31 09:58:23 +00:00
parent 9ae7671b26
commit 1f3c798acb

View File

@ -20,7 +20,7 @@ the association. Example:
{
//...
/** @OneToOne(targetEntity="User") */
private $address;
private $user;
//...
}