You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/timers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Laravel Workflow provides the ability to suspend the execution of a workflow and
8
8
9
9
To use timers, you can use the `WorkflowStub::timer($seconds)` method within your workflow. This method returns a `Promise` that will be resolved after the specified number of seconds have passed.
10
10
11
-
Here is an example of using a timer in a workflow:
0 commit comments