ShouldBeUniqueUntilProcessing.php
TLDR
This file contains the ShouldBeUniqueUntilProcessing
interface, which extends the ShouldBeUnique
interface.
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldBeUniqueUntilProcessing extends ShouldBeUnique
{
//
}