summaryrefslogtreecommitdiff
path: root/app/Console/Base.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Console/Base.php')
-rw-r--r--app/Console/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Console/Base.php b/app/Console/Base.php
index aeafbefc..07243080 100644
--- a/app/Console/Base.php
+++ b/app/Console/Base.php
@@ -20,6 +20,7 @@ use Symfony\Component\Console\Command\Command;
* @property \Model\Task $task
* @property \Model\TaskExport $taskExport
* @property \Model\TaskFinder $taskFinder
+ * @property \Model\Transition $transition
*/
abstract class Base extends Command
{