File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Resources/config/executor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Process \ProcessBuilder ;
15
15
use Task \Execution \TaskExecutionInterface ;
16
- use Task \Runner \ExecutorInterface ;
16
+ use Task \Executor \ExecutorInterface ;
17
17
18
18
/**
19
19
* Uses a separate process to start the executions via console-command.
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
5
5
<services >
6
- <service id =" task.executor.inside" class =" Task\Runner \InsideProcessExecutor" >
6
+ <service id =" task.executor.inside" class =" Task\Executor \InsideProcessExecutor" >
7
7
<argument type =" service" id =" task.handler.factory" />
8
8
</service >
9
9
</services >
You can’t perform that action at this time.
0 commit comments