mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
associate location on ms calendar remote
This commit is contained in:
@@ -168,6 +168,11 @@ class AddressReference
|
||||
return $this->updatedAt;
|
||||
}
|
||||
|
||||
public function hasPoint(): bool
|
||||
{
|
||||
return null !== $this->getPoint();
|
||||
}
|
||||
|
||||
public function setCreatedAt(?DateTimeImmutable $createdAt): self
|
||||
{
|
||||
$this->createdAt = $createdAt;
|
||||
|
Reference in New Issue
Block a user