summaryrefslogtreecommitdiff
path: root/src/Model/Event/BaseEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Event/BaseEvent.php')
-rw-r--r--src/Model/Event/BaseEvent.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Model/Event/BaseEvent.php b/src/Model/Event/BaseEvent.php
index 0c1795b..2e2564b 100644
--- a/src/Model/Event/BaseEvent.php
+++ b/src/Model/Event/BaseEvent.php
@@ -17,6 +17,7 @@ abstract class BaseEvent
abstract function dbInsert(): void;
abstract function dbDelete(): void;
+ abstract function cancel(): void;
public function getEvent(): Event
{