diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 17:38:17 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 17:38:17 -0500 |
commit | c083822806e075fd1932d7ce86903b4df967babb (patch) | |
tree | 440114750691cac6925c03c70be62f14264c7b30 /app/Console | |
parent | 0d03c525a1aa1d54f01e754f762a19c19100c209 (diff) |
Create Import namespace and move classes
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 |