master

laravel/framework

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

ShouldBeUniqueUntilProcessing.php

TLDR

This file contains the ShouldBeUniqueUntilProcessing interface, which extends the ShouldBeUnique interface.

<?php

namespace Illuminate\Contracts\Queue;

interface ShouldBeUniqueUntilProcessing extends ShouldBeUnique
{
    //
}