summaryrefslogtreecommitdiff
path: root/app/Event/SubtaskEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Event/SubtaskEvent.php')
-rw-r--r--app/Event/SubtaskEvent.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Event/SubtaskEvent.php b/app/Event/SubtaskEvent.php
new file mode 100644
index 00000000..229db860
--- /dev/null
+++ b/app/Event/SubtaskEvent.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace Event;
+
+class SubtaskEvent extends GenericEvent
+{
+}