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.
1 parent 48fbe21 commit 32650e9Copy full SHA for 32650e9
src/Illuminate/Queue/BackgroundQueue.php
@@ -2,7 +2,6 @@
2
3
namespace Illuminate\Queue;
4
5
-use Illuminate\Contracts\Queue\Job;
6
use Illuminate\Support\Facades\Concurrency;
7
8
class BackgroundQueue extends SyncQueue
src/Illuminate/Queue/DeferredQueue.php
@@ -2,8 +2,6 @@
-
class DeferredQueue extends SyncQueue
{
9
/**
0 commit comments