From 78ffcf9496612dc44b7e6505fa5a16f2089c86ed Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 18 Apr 2016 21:57:23 -0400 Subject: Update doc for CLI --- app/Console/BaseCommand.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Console/BaseCommand.php') 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 -- cgit v1.2.3