You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
118
118
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