Skip to content

Commit

Permalink
Update timers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdaniel authored Apr 3, 2024
1 parent 7cd79a4 commit 5a00787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Laravel Workflow provides the ability to suspend the execution of a workflow and

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.

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

```php
use Workflow\WorkflowStub;
Expand Down

0 comments on commit 5a00787

Please sign in to comment.