summaryrefslogtreecommitdiff
path: root/app/Event
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-22 17:39:37 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-22 17:39:37 -0400
commitcd9bc86fbeea01fa492606b9c19ded36bf0ab366 (patch)
treecd7a9a5bca2e661107cdec11a2678fd68f8c9df4 /app/Event
parentfd60964c239627d2d55c6eca0888be84a8f6653f (diff)
Add new automated action to change task color based on the task link
Diffstat (limited to 'app/Event')
-rw-r--r--app/Event/TaskLinkEvent.php7
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
+{
+}