We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withinTransactions()
1 parent 435f155 commit 0b32105Copy full SHA for 0b32105
helpers.md
@@ -3373,7 +3373,7 @@ $user = Pipeline::send($user)
3373
->thenReturn();
3374
```
3375
3376
-The `withinTransactions` method may be invoked on the pipeline to automatically invoke each step of the pipeline within a database transaction:
+The `withinTransactions` method may be invoked on the pipeline to automatically wrap all steps of the pipeline within a single database transaction:
3377
3378
```php
3379
$user = Pipeline::send($user)
0 commit comments