Update doc for CLI

This commit is contained in:
Frederic Guillot
2016-04-18 21:57:23 -04:00
parent 4253df0854
commit 78ffcf9496
4 changed files with 11 additions and 4 deletions

View File

@@ -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