Fix bug in Hit
This commit is contained in:
parent
b189ed7456
commit
9a7f90ecde
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Hit
|
|||
private $target;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="Game", inversedBy="hits",, cascade={"persist"})
|
||||
* @ORM\ManyToOne(targetEntity="Game", inversedBy="hits", cascade={"persist"})
|
||||
* @ORM\JoinColumn(name="game_id", referencedColumnName="id", nullable=false)
|
||||
*/
|
||||
private $game;
|
||||
|
|
Loading…
Reference in a new issue