master

laravel/framework

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

ShouldQueue.php

TLDR

This file defines the ShouldQueue interface in the Illuminate\Contracts\Queue namespace.

END

<?php

namespace Illuminate\Contracts\Queue;

interface ShouldQueue
{
    //
}