Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class NotifyUserCompleteExport implements ShouldQueue |
||
16 | { |
||
17 | use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; |
||
|
|||
18 | |||
19 | public $user; |
||
20 | |||
21 | public function __construct(User $user) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Execute the job. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function handle() |
||
45 |