diff --git a/src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php b/src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php index 2486d1fcc..412bb873e 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php @@ -64,7 +64,7 @@ class AsideActivity implements TrackCreationInterface, TrackUpdateInterface * @ORM\ManyToOne(targetEntity=Location::class) * @ORM\JoinColumn(nullable=true) */ - private ?Location $location; + private ?Location $location = null; /** * @ORM\Column(type="text", nullable=true)