ShouldQueue.php
TLDR
This file defines the ShouldQueue
interface in the Illuminate\Contracts\Queue
namespace.
END
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldQueue
{
//
}
Last updated at: 29/12/2023 09:21
This file defines the ShouldQueue
interface in the Illuminate\Contracts\Queue
namespace.
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldQueue
{
//
}