Skip to content

Commit 7cd79a4

Browse files
authored
Update timers.md
1 parent 2f397a4 commit 7cd79a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/timers.md

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

77
Laravel Workflow provides the ability to suspend the execution of a workflow and resume at a later time. This can be useful for implementing delays, retry logic, or timeouts.
88

9-
To use timers, you can use the `WorkflowStub::timer($seconds)` method within your workflow or activity. This method returns a `Promise` that will be resolved after the specified number of seconds have passed.
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.
1010

1111
Here is an example of using a timer in a workflow:
1212

0 commit comments

Comments
 (0)