Skip to content

Commit 2e0bd5f

Browse files
committed
Added the JobCodeInterface to ensure compatibility with cloud-runtime
1 parent a45031d commit 2e0bd5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JobCode.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
namespace Kiboko\Component\Workflow;
66

7+
use Kiboko\Contract\Pipeline\JobCodeInterface;
78
use Kiboko\Contract\Satellite\CodeInterface;
89

9-
final class JobCode implements CodeInterface
10+
final class JobCode implements JobCodeInterface, CodeInterface
1011
{
1112
private function __construct(
1213
private string $reference,

0 commit comments

Comments
 (0)