class MarkJobsAsMigrated

Methods

__construct(JobRepository $jobs)

Create a new listener instance.

void
handle(JobsMigrated $event)

Handle the event.

Details

at line 17
__construct(JobRepository $jobs)

Create a new listener instance.

Parameters

JobRepository $jobs

the job repository implementation

at line 25
void handle(JobsMigrated $event)

Handle the event.

Parameters

JobsMigrated $event

Return Value

void