diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-04-18 18:44:45 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-04-18 18:44:45 -0400 |
| commit | 370b5a0fd7c1dba60e3b973506ba087adba42be0 (patch) | |
| tree | 8da109b4fc90062d6eebb69d4ae2efca4da1bac3 /app/Controller/Base.php | |
| parent | f53bb88d10836e5c31efb958683d8bf3829eecbf (diff) | |
Add Slack and Hipchat integrations for each projects
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 f4b99a79..869d5d59 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -43,6 +43,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\ProjectAnalytic $projectAnalytic * @property \Model\ProjectActivity $projectActivity * @property \Model\ProjectDailySummary $projectDailySummary + * @property \Model\ProjectIntegration $projectIntegration * @property \Model\Subtask $subtask * @property \Model\SubtaskForecast $subtaskForecast * @property \Model\Swimlane $swimlane |
