Skip to content

Commit 7007a09

Browse files
committed
Added the SchedulingInterface
1 parent f6d1ee5 commit 7007a09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/SchedulingInterface.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Kiboko\Contract\Pipeline;
4+
5+
interface SchedulingInterface
6+
{
7+
public function job(RunnableInterface $job): self;
8+
}

0 commit comments

Comments
 (0)