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/Controller/Base.php | |
parent | 35e4c1daaa6ede7006905e3e39a751eafd544496 (diff) |
Create TaskModification model
Diffstat (limited to 'app/Controller/Base.php')
-rw-r--r-- | app/Controller/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php index e317a56b..8dd96c56 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -34,6 +34,7 @@ use Model\LastLogin; * @property \Model\SubTask $subTask * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation + * @property \Model\TaskModification $taskModification * @property \Model\TaskHistory $taskHistory * @property \Model\TaskExport $taskExport * @property \Model\TaskFinder $taskFinder |