Skip to content

Commit 50bcac0

Browse files
committed
📖 Update the readme
1 parent d602af7 commit 50bcac0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎README.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,13 @@ foreach ( $items as $item ) {
154154
}
155155
```
156156

157-
Save and dispatch the queue:
157+
Or directly set the queue items:
158+
159+
```php
160+
$this->example_process->set_queue( $items );
161+
```
162+
163+
And then save and dispatch the queue:
158164

159165
`$this->example_process->save( 'my-task' ')->dispatch();`
160166

0 commit comments

Comments
 (0)