diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-18 21:57:23 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-18 21:57:23 -0400 |
commit | 78ffcf9496612dc44b7e6505fa5a16f2089c86ed (patch) | |
tree | c03b1ae824f7219dee68aa69e468d4825947c53a /app/Console/BaseCommand.php | |
parent | 4253df0854cfc80ee89ef6449613944db2c066b9 (diff) |
Update doc for CLI
Diffstat (limited to 'app/Console/BaseCommand.php')
-rw-r--r-- | app/Console/BaseCommand.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Console/BaseCommand.php b/app/Console/BaseCommand.php index 23cdcc9c..4444ceba 100644 --- a/app/Console/BaseCommand.php +++ b/app/Console/BaseCommand.php @@ -25,6 +25,7 @@ use Symfony\Component\Console\Command\Command; * @property \Kanboard\Model\User $user * @property \Kanboard\Model\UserNotification $userNotification * @property \Kanboard\Model\UserNotificationFilter $userNotificationFilter + * @property \Kanboard\Model\ProjectUserRole $projectUserRole * @property \Symfony\Component\EventDispatcher\EventDispatcher $dispatcher */ abstract class BaseCommand extends Command |