Skip to content

Commit a70fc57

Browse files
added own interface for executor
1 parent a2a3c00 commit a70fc57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Executor/SeparateProcessExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Symfony\Component\Process\ProcessBuilder;
1515
use Task\Execution\TaskExecutionInterface;
16-
use Task\Runner\ExecutorInterface;
16+
use Task\Executor\ExecutorInterface;
1717

1818
/**
1919
* Uses a separate process to start the executions via console-command.

src/Resources/config/executor/inside.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
55
<services>
6-
<service id="task.executor.inside" class="Task\Runner\InsideProcessExecutor">
6+
<service id="task.executor.inside" class="Task\Executor\InsideProcessExecutor">
77
<argument type="service" id="task.handler.factory"/>
88
</service>
99
</services>

0 commit comments

Comments
 (0)