mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 17:30:43 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
8
libs/vendor/illuminate/contracts/Queue/ShouldBeUniqueUntilProcessing.php
vendored
Normal file
8
libs/vendor/illuminate/contracts/Queue/ShouldBeUniqueUntilProcessing.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Queue;
|
||||
|
||||
interface ShouldBeUniqueUntilProcessing extends ShouldBeUnique
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user