Skip to content

Commit

Permalink
Merge pull request #39 from TheDragonCode/2.x
Browse files Browse the repository at this point in the history
Added `ShouldQueue` contract
  • Loading branch information
Andrey Helldar authored Oct 10, 2022
2 parents adb1ccf + 107afa2 commit b50ceb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Queue/ShouldQueue.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace DragonCode\Contracts\Queue;

interface ShouldQueue
{
}

0 comments on commit b50ceb5

Please sign in to comment.