8000 Remove unnecessary imports from BackgroundQueue and DeferredQueue. (#… · laravel/framework@32650e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32650e9

Browse files
authored
Remove unnecessary imports from BackgroundQueue and DeferredQueue. (#57699)
1 parent 48fbe21 commit 32650e9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Illuminate/Queue/BackgroundQueue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Illuminate\Queue;
44

5-
use Illuminate\Contracts\Queue\Job;
65
use Illuminate\Support\Facades\Concurrency;
76

87
class BackgroundQueue extends SyncQueue

src/Illuminate/Queue/DeferredQueue.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Illuminate\Queue;
44

5-
use Illuminate\Contracts\Queue\Job;
6-
75
class DeferredQueue extends SyncQueue
86
{
97
/**

0 commit comments

Comments
 (0)
0