diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-22 10:05:44 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-22 10:05:44 -0500 |
commit | 15038cdb10f8c691edc7980fd1aed32dcbed3f9f (patch) | |
tree | ebdf873e5c65616c3fd36ea2c7a449da52a61877 /app/Action/Base.php | |
parent | 8f0e544cd91b24423951bbb5d3f3be0950a63abe (diff) |
Move task creation to a seperate class
Diffstat (limited to 'app/Action/Base.php')
-rw-r--r-- | app/Action/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Action/Base.php b/app/Action/Base.php index c9363617..c8c589c1 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -15,6 +15,7 @@ use Core\Tool; * @property \Model\Acl $acl * @property \Model\Comment $comment * @property \Model\Task $task + * @property \Model\TaskCreation $taskCreation * @property \Model\TaskFinder $taskFinder * @property \Model\TaskStatus $taskStatus */ |