ShouldQueue.php 79 Bytes
<?php

namespace Illuminate\Contracts\Queue;

interface ShouldQueue
{
    //
}