diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-28 12:39:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-28 12:39:46 -0400 |
commit | 26fea9b96ba4376a54b5d55b207d3eac040160d7 (patch) | |
tree | 5034c38ffff04d8d60becd1c09d4360036ce0927 /app/Console/Base.php | |
parent | 87d2c6d99e6eb26b526f5da22b3496e3d02d11ed (diff) |
Add task transitions csv export
Diffstat (limited to 'app/Console/Base.php')
-rw-r--r-- | app/Console/Base.php | 1 |
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 { |