|
@@ -3,15 +3,9 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace Jarobe\TaskRunnerBundle\Command; |
|
4
|
4
|
|
|
5
|
5
|
use Jarobe\TaskRunnerBundle\Entity\TaskEvent; |
|
6
|
|
-use Jarobe\TaskRunnerBundle\Manager\TaskEventManager; |
|
7
|
|
-use Jarobe\TaskRunnerBundle\Manager\TaskManager; |
|
8
|
6
|
use Jarobe\TaskRunnerBundle\Model\TaskBuilder; |
|
9
|
|
-use Jarobe\TaskRunnerBundle\TaskType\TaskTypeInterface; |
|
10
|
|
-use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
|
11
|
7
|
use Symfony\Component\Console\Input\InputInterface; |
|
12
|
8
|
use Symfony\Component\Console\Output\OutputInterface; |
|
13
|
|
-use Symfony\Component\Validator\ConstraintViolationInterface; |
|
14
|
|
-use Symfony\Component\Validator\Validator\ValidatorInterface; |
|
15
|
9
|
|
|
16
|
10
|
abstract class TaskCommand extends AbstractTaskCommand |
|
17
|
11
|
{ |
Please login to merge, or discard this patch.