From 937079709514c037959d691c0d653c39d5ea84e6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 May 2016 20:26:23 -0400 Subject: Minor fixes --- app/Console/BaseCommand.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Console') diff --git a/app/Console/BaseCommand.php b/app/Console/BaseCommand.php index d6806d93..50417071 100644 --- a/app/Console/BaseCommand.php +++ b/app/Console/BaseCommand.php @@ -28,6 +28,7 @@ use Symfony\Component\Console\Command\Command; * @property \Kanboard\Model\ProjectUserRoleModel $projectUserRoleModel * @property \Kanboard\Core\Plugin\Loader $pluginLoader * @property \Kanboard\Core\Http\Client $httpClient + * @property \Kanboard\Core\Queue\QueueManager $queueManager * @property \Symfony\Component\EventDispatcher\EventDispatcher $dispatcher */ abstract class BaseCommand extends Command -- cgit v1.2.3