run rector

This commit is contained in:
Mathieu Jaumotte 2023-08-17 14:57:51 +02:00 committed by Julien Fastré
parent 75bca46b98
commit bd4f3e38eb
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

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)