Merge pull request #5736 from guilliamxavier/patch-3
Fix PHP syntax error in composite-primary-keys.rst
This commit is contained in:
commit
d32a8634aa
@ -38,7 +38,7 @@ and year of production as primary keys:
|
|||||||
/** @Id @Column(type="string") */
|
/** @Id @Column(type="string") */
|
||||||
private $name;
|
private $name;
|
||||||
/** @Id @Column(type="integer") */
|
/** @Id @Column(type="integer") */
|
||||||
private $year
|
private $year;
|
||||||
|
|
||||||
public function __construct($name, $year)
|
public function __construct($name, $year)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user