View file vendor/illuminate/contracts/Queue/ShouldQueue.php

File size: 79B
<?php

namespace Illuminate\Contracts\Queue;

interface ShouldQueue
{
    //
}