run rector

This commit is contained in:
2023-08-17 14:57:51 +02:00
committed by Julie Lenaerts
parent 95dfb4ba52
commit 7cdbee2d0f

View File

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