ShouldHandleEventsAfterCommit.php
TLDR
This file contains the ShouldHandleEventsAfterCommit
interface, which is defined in the Illuminate\Contracts\Events
namespace.
Methods
This file does not contain any methods.
<?php
namespace Illuminate\Contracts\Events;
interface ShouldHandleEventsAfterCommit
{
//
}