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
{
//
}