Skip to content

Commit

Permalink
Added the JobCodeInterface to ensure compatibility with cloud-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Dec 6, 2024
1 parent a45031d commit 2e0bd5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JobCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

namespace Kiboko\Component\Workflow;

use Kiboko\Contract\Pipeline\JobCodeInterface;
use Kiboko\Contract\Satellite\CodeInterface;

final class JobCode implements CodeInterface
final class JobCode implements JobCodeInterface, CodeInterface
{
private function __construct(
private string $reference,
Expand Down

0 comments on commit 2e0bd5f

Please sign in to comment.