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 0224d7b commit b7e5269Copy full SHA for b7e5269
src/SchedulingInterface.php
@@ -6,5 +6,5 @@
6
7
interface SchedulingInterface
8
{
9
- public function job(RunnableInterface $job): self;
+ public function job(RunnableInterface|\Kiboko\Contract\Action\RunnableInterface $job): self;
10
}
0 commit comments