summaryrefslogtreecommitdiff
path: root/app/Integration
diff options
context:
space:
mode:
Diffstat (limited to 'app/Integration')
-rw-r--r--app/Integration/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Integration/Base.php b/app/Integration/Base.php
index 9daa3eb0..53f0ae8a 100644
--- a/app/Integration/Base.php
+++ b/app/Integration/Base.php
@@ -15,6 +15,7 @@ use Pimple\Container;
* @property \Model\Task $task
* @property \Model\TaskFinder $taskFinder
* @property \Model\User $user
+ * @property \Model\Project $project
*/
abstract class Base
{