MigrateChunkingUserAvatar
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
stub: packages/jobs/job-queued.stub.
Table of Contents
Interfaces
- ShouldQueue
Properties
- $userIds : array<string|int, mixed>
Methods
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
Properties
$userIds
protected
array<string|int, mixed>
$userIds
Methods
__construct()
Create a new job instance.
public
__construct(array<string|int, mixed> $userIds) : void
Parameters
- $userIds : array<string|int, mixed>
handle()
Execute the job.
public
handle() : void