diff options
Diffstat (limited to 'app/Console')
-rw-r--r-- | app/Console/Base.php | 2 |
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 |