diff --git a/src/Models/Hit.php b/src/Models/Hit.php index 94d0f7d..e034256 100644 --- a/src/Models/Hit.php +++ b/src/Models/Hit.php @@ -37,6 +37,7 @@ class Hit /** * @ORM\ManyToOne(targetEntity="Game", inversedBy="hits", cascade={"persist"}) * @ORM\JoinColumn(name="game_id", referencedColumnName="id", nullable=false) + * @JMS\Exclude */ private $game; @@ -633,7 +634,6 @@ class Hit /** * Gets the value of game. - * @JMS\Exclude * @return mixed */ public function getGame()