From c083822806e075fd1932d7ce86903b4df967babb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 17:38:17 -0500 Subject: Create Import namespace and move classes --- app/Console/Base.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Console') 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 -- cgit v1.2.3