mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Remove the vendor directory in .gitignore as these dependencies are needed for php-imap
This commit is contained in:
14
plugins/php-imap/vendor/illuminate/contracts/Queue/ClearableQueue.php
vendored
Normal file
14
plugins/php-imap/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