summaryrefslogtreecommitdiff
path: root/app/Console
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-04 17:38:17 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-04 17:38:17 -0500
commitc083822806e075fd1932d7ce86903b4df967babb (patch)
tree440114750691cac6925c03c70be62f14264c7b30 /app/Console
parent0d03c525a1aa1d54f01e754f762a19c19100c209 (diff)
Create Import namespace and move classes
Diffstat (limited to 'app/Console')
-rw-r--r--app/Console/Base.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Console/Base.php b/app/Console/Base.php
index 04ee8a21..b2066a63 100644
--- a/app/Console/Base.php
+++ b/app/Console/Base.php
@@ -21,6 +21,8 @@ use Symfony\Component\Console\Command\Command;
* @property \Kanboard\Model\TaskExport $taskExport
* @property \Kanboard\Model\TaskFinder $taskFinder
* @property \Kanboard\Model\Transition $transition
+ * @property \Kanboard\Model\UserNotification $userNotification
+ * @property \Kanboard\Model\UserNotificationFilter $userNotificationFilter
* @property \Symfony\Component\EventDispatcher\EventDispatcher $dispatcher
*/
abstract class Base extends Command