We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbe40e commit b92e271Copy full SHA for b92e271
src/PipelineRuntimeInterface.php
@@ -6,8 +6,8 @@
6
7
use Kiboko\Contract\Pipeline\ExtractingInterface;
8
use Kiboko\Contract\Pipeline\LoadingInterface;
9
-use Kiboko\Contract\Pipeline\RunnableInterface;
10
use Kiboko\Contract\Pipeline\TransformingInterface;
+use Kiboko\Contract\Satellite\RunnableInterface;
11
12
interface PipelineRuntimeInterface extends ExtractingInterface, TransformingInterface, LoadingInterface, RunnableInterface
13
{
0 commit comments