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 a45031d commit 5c0347fCopy full SHA for 5c0347f
src/JobCode.php
@@ -4,9 +4,10 @@
4
5
namespace Kiboko\Component\Workflow;
6
7
+use Kiboko\Contract\Pipeline\JobCodeInterface;
8
use Kiboko\Contract\Satellite\CodeInterface;
9
-final class JobCode implements CodeInterface
10
+final class JobCode implements JobCodeInterface, CodeInterface
11
{
12
private function __construct(
13
private string $reference,
0 commit comments