Skip to content

Commit 9a06826

Browse files
authored
Ensure fake job implements job contract (#55574)
1 parent 17a53e1 commit 9a06826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Queue/Jobs/FakeJob.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
namespace Illuminate\Queue\Jobs;
44

5+
use Illuminate\Contracts\Queue\Job as JobContract;
56
use Illuminate\Support\Str;
67

7-
class FakeJob extends Job
8+
class FakeJob extends Job implements JobContract
89
{
910
/**
1011
* The number of seconds the released job was delayed.

0 commit comments

Comments
 (0)