Add task transitions csv export

This commit is contained in:
Frederic Guillot
2015-03-28 12:39:46 -04:00
parent 87d2c6d99e
commit 26fea9b96b
25 changed files with 281 additions and 37 deletions

View File

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