We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adb1ccf + 107afa2 commit b50ceb5Copy full SHA for b50ceb5
src/Queue/ShouldQueue.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+namespace DragonCode\Contracts\Queue;
6
7
+interface ShouldQueue
8
+{
9
+}
0 commit comments