master

laravel/framework

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

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