Skip to content

Commit 0b32105

Browse files
authored
[12.x] Clarify withinTransactions() (#10677)
* Update helpers.md * Update helpers.md
1 parent 435f155 commit 0b32105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3373,7 +3373,7 @@ $user = Pipeline::send($user)
33733373
->thenReturn();
33743374
```
33753375

3376-
The `withinTransactions` method may be invoked on the pipeline to automatically invoke each step of the pipeline within a database transaction:
3376+
The `withinTransactions` method may be invoked on the pipeline to automatically wrap all steps of the pipeline within a single database transaction:
33773377

33783378
```php
33793379
$user = Pipeline::send($user)

0 commit comments

Comments
 (0)