20220717
This commit is contained in:
14
vendor/illuminate/contracts/Queue/ClearableQueue.php
vendored
Normal file
14
vendor/illuminate/contracts/Queue/ClearableQueue.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Queue;
|
||||
|
||||
interface ClearableQueue
|
||||
{
|
||||
/**
|
||||
* Delete all of the jobs from the queue.
|
||||
*
|
||||
* @param string $queue
|
||||
* @return int
|
||||
*/
|
||||
public function clear($queue);
|
||||
}
|
Reference in New Issue
Block a user