1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Fix bug in ticket link

This commit is contained in:
Benjamin Eberlei 2010-08-01 16:44:01 +02:00
parent c5512b933e
commit 437f14aa4e

View File

@ -82,8 +82,8 @@ how they translate into a Doctrine Mapping (Using Annotations):
private $value;
}
The following Jira Issue currently contains the feature request to allow @ManyToOne and @OneToOne annotations
along the @Id annotation: [http://www.doctrine-project.org/jira/browse/DDC-117]
The following Jira Issue [contains the feature request to allow @ManyToOne and @OneToOne annotations
along the @Id annotation](http://www.doctrine-project.org/jira/browse/DDC-117).
+++ Mapping Arrays to a Join Table