mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-21 19:37:45 +00:00
Permettre d'annuler un rendez-vous
This commit is contained in:
@@ -269,6 +269,11 @@ class Calendar implements TrackCreationInterface, TrackUpdateInterface, HasCente
|
||||
return $this->cancelReason;
|
||||
}
|
||||
|
||||
public function isCanceled(): bool
|
||||
{
|
||||
return null !== $this->cancelReason;
|
||||
}
|
||||
|
||||
public function getCenters(): ?iterable
|
||||
{
|
||||
return match ($this->getContext()) {
|
||||
|
||||
Reference in New Issue
Block a user