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