master

laravel/framework

Last updated at: 29/12/2023 09:21

ShouldDispatchAfterCommit.php

TLDR

The ShouldDispatchAfterCommit interface is part of the Illuminate\Contracts\Events namespace and is used in the Illuminate framework for scheduling events to be dispatched after a database transaction is committed.

Methods

There are no methods in this interface.

<?php

namespace Illuminate\Contracts\Events;

interface ShouldDispatchAfterCommit
{
    //
}