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 f6d1ee5 commit 7007a09Copy full SHA for 7007a09
src/SchedulingInterface.php
@@ -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