Preview: ClearableQueue.php
Size: 228 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ClearableQueue.php
<?php
namespace Illuminate\Contracts\Queue;
interface ClearableQueue
{
/**
* Delete all of the jobs from the queue.
*
* @param string $queue
* @return int
*/
public function clear($queue);
}
Directory Contents
Dirs: 0 × Files: 14