Skip to content

Commit eb244f6

Browse files
committed
wip
1 parent 0b32105 commit eb244f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3373,11 +3373,11 @@ $user = Pipeline::send($user)
33733373
->thenReturn();
33743374
```
33753375

3376-
The `withinTransactions` method may be invoked on the pipeline to automatically wrap all steps of the pipeline within a single database transaction:
3376+
The `withinTransaction` 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)
3380-
->withinTransactions()
3380+
->withinTransaction()
33813381
->through([
33823382
GenerateProfilePhoto::class,
33833383
ActivateSubscription::class,

0 commit comments

Comments
 (0)