ShouldQueueAfterCommit.php
TLDR
The ShouldQueueAfterCommit
interface extends the ShouldQueue
interface from the Illuminate\Contracts\Queue
namespace.
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldQueueAfterCommit extends ShouldQueue
{
//
}