Skip to content

Commit b7e5269

Browse files
committed
Updated the Console to use the action's RunnableInterface
1 parent 0224d7b commit b7e5269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SchedulingInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
interface SchedulingInterface
88
{
9-
public function job(RunnableInterface $job): self;
9+
public function job(RunnableInterface|\Kiboko\Contract\Action\RunnableInterface $job): self;
1010
}

0 commit comments

Comments
 (0)