Skip to content

Commit f070975

Browse files
committed
Ran php-cs-fixer
1 parent fe77862 commit f070975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RunnableInterface.php

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

55
namespace Kiboko\Contract\Pipeline;
66

7-
use \Kiboko\Contract\Job\RunnableInterface as SatelliteRunableInterface;
7+
use Kiboko\Contract\Satellite\RunnableInterface as SatelliteRunableInterface;
88

99
/** @deprecated Use \Kiboko\Contract\Job\RunnableInterface instead */
1010
interface RunnableInterface extends SatelliteRunableInterface

0 commit comments

Comments
 (0)