Skip to content

Commit c13b1eb

Browse files
committed
Database
1 parent 3fa359e commit c13b1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/6.x/extend/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ Event::subscribe(CustomerRetentionSubscriber::class);
114114

115115
## Transactions
116116

117-
Events that implement `Illuminate\Contracts\Events\ShouldDispatchAfterCommit` are deferred until the current transaction completes.
117+
Events that implement `Illuminate\Contracts\Events\ShouldDispatchAfterCommit` are deferred until the current database transaction completes.
118118
This can help handlers from executing in another process before the underlying data is committed (say, if the event is [queueable](laravel:events#queued-event-listeners)).

0 commit comments

Comments
 (0)