mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-05 04:23:43 +00:00
Create admin for motive
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