diff options
Diffstat (limited to 'app/Event/TaskLinkEvent.php')
-rw-r--r-- | app/Event/TaskLinkEvent.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Event/TaskLinkEvent.php b/app/Event/TaskLinkEvent.php new file mode 100644 index 00000000..9499eef9 --- /dev/null +++ b/app/Event/TaskLinkEvent.php @@ -0,0 +1,7 @@ +<?php + +namespace Event; + +class TaskLinkEvent extends GenericEvent +{ +} |