diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-23 15:55:59 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-23 15:55:59 -0500 |
commit | f684602ebedc0adc4a329693ba524ad46d5cd8b0 (patch) | |
tree | 55a46e900f953a6b437ab20d245aa519dacd40d7 /app/Action/Base.php | |
parent | 35e4c1daaa6ede7006905e3e39a751eafd544496 (diff) |
Create TaskModification model
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 c8c589c1..b7255371 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -16,6 +16,7 @@ use Core\Tool; * @property \Model\Comment $comment * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation + * @property \Model\TaskModification $taskModification * @property \Model\TaskFinder $taskFinder * @property \Model\TaskStatus $taskStatus */ |