HighSpeaker/vendor/illuminate/contracts/Queue/ShouldQueue.php

9 lines
79 B
PHP
Raw Normal View History

2022-12-24 19:40:40 +05:30
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldQueue
{
//
}