diff options
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 ac7e8907..7f65e882 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -56,6 +56,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\TaskValidator $taskValidator * @property \Model\CommentHistory $commentHistory * @property \Model\SubtaskHistory $subtaskHistory + * @property \Model\SubtaskTimeTracking $subtaskTimeTracking * @property \Model\TimeTracking $timeTracking * @property \Model\User $user * @property \Model\UserSession $userSession |