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 fe77862 commit f070975Copy full SHA for f070975
src/RunnableInterface.php
@@ -4,7 +4,7 @@
4
5
namespace Kiboko\Contract\Pipeline;
6
7
-use \Kiboko\Contract\Job\RunnableInterface as SatelliteRunableInterface;
+use Kiboko\Contract\Satellite\RunnableInterface as SatelliteRunableInterface;
8
9
/** @deprecated Use \Kiboko\Contract\Job\RunnableInterface instead */
10
interface RunnableInterface extends SatelliteRunableInterface
0 commit comments