Skip to content

Commit cde88d2

Browse files
committed
Fixed class name
1 parent bb6e359 commit cde88d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
namespace Kiboko\Component\Runtime\Workflow;
44

5-
use Kiboko\Component\Runtime\Pipeline\PipelineConsoleRuntime;
5+
use Kiboko\Component\Runtime\Pipeline\Console as PipelineConsoleRuntime;
66
use Kiboko\Component\State;
77
use Kiboko\Component\Pipeline\Pipeline;
88
use Kiboko\Contract\Pipeline\PipelineRunnerInterface;
99
use Kiboko\Contract\Pipeline\RunnableInterface;
1010
use Kiboko\Contract\Pipeline\SchedulingInterface;
1111
use Symfony\Component\Console\Output\ConsoleOutput;
1212

13-
final class WorkflowConsoleRuntime implements WorkflowRuntimeInterface
13+
final class Console implements WorkflowRuntimeInterface
1414
{
1515
private State\StateOutput\Workflow $state;
1616

0 commit comments

Comments
 (0)