diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-25 18:13:13 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-25 18:13:13 -0400 |
commit | c4e6d658e4099bd8152c77a76f486809693205f5 (patch) | |
tree | 3f40b34076fe62843023877e463c8538f2339053 /app/Action/Base.php | |
parent | 7af67934cf67d40e1471b519ecdf06343203c6f6 (diff) |
Finish github webhooks integration
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 80930a4c..be9c3d48 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -13,6 +13,7 @@ use Core\Tool; * @author Frederic Guillot * * @property \Model\Acl $acl + * @property \Model\Comment $comment * @property \Model\Task $task * @property \Model\TaskFinder $taskFinder */ |