diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-23 18:33:31 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-23 18:33:31 -0400 |
commit | 9b2a32af78ef8fb5424398dc57e3c3f906026272 (patch) | |
tree | 6d0f72d865b75774e16be2a1f80dabb9992efdd0 /app/Action/TaskAssignCategoryLink.php | |
parent | 2a42e0e1aae35a9bb7abf054155b516ffab701d4 (diff) |
Add new automatic action to move a task to another column when closed
Diffstat (limited to 'app/Action/TaskAssignCategoryLink.php')
-rw-r--r-- | app/Action/TaskAssignCategoryLink.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Action/TaskAssignCategoryLink.php b/app/Action/TaskAssignCategoryLink.php index d4a4c0ec..6c4b6c96 100644 --- a/app/Action/TaskAssignCategoryLink.php +++ b/app/Action/TaskAssignCategoryLink.php @@ -7,7 +7,7 @@ use Kanboard\Model\TaskLinkModel; /** * Set a category automatically according to a task link * - * @package action + * @package Kanboard\Action * @author Olivier Maridat * @author Frederic Guillot */ |