From 12202f04511c14844641edce879afd81e10e767b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 30 Nov 2017 12:34:45 -0800 Subject: Add command to disable projects not touched during one year --- 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 50417071..09059ecf 100644 --- a/app/Console/BaseCommand.php +++ b/app/Console/BaseCommand.php @@ -11,6 +11,7 @@ use Symfony\Component\Console\Command\Command; * @package console * @author Frederic Guillot * + * @property \PicoDb\Database $db * @property \Kanboard\Validator\PasswordResetValidator $passwordResetValidator * @property \Kanboard\Export\SubtaskExport $subtaskExport * @property \Kanboard\Export\TaskExport $taskExport -- cgit v1.2.3