Fix bug in Hit

This commit is contained in:
Ruben 2016-09-03 23:14:01 +01:00
parent b189ed7456
commit 9a7f90ecde
1 changed files with 1 additions and 1 deletions

View File

@ -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;