Skip to content

Commit f5f9383

Browse files
committed
update stub to simplify
1 parent 08bff7a commit f5f9383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Foundation/Console/stubs/job.queued.stub

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
namespace {{ namespace }};
44

5-
use Illuminate\Bus\Queueable;
65
use Illuminate\Contracts\Queue\ShouldQueue;
76
use Illuminate\Foundation\Bus\Dispatchable;
7+
use Illuminate\Foundation\Queue\Queueable;
88
use Illuminate\Queue\InteractsWithQueue;
99
use Illuminate\Queue\SerializesModels;
1010

1111
class {{ class }} implements ShouldQueue
1212
{
13-
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
13+
use Queueable;
1414

1515
/**
1616
* Create a new job instance.

0 commit comments

Comments
 (0)