class MarkJobAsComplete

Methods

__construct(JobRepository $jobs, TagRepository $tags)

Create a new listener instance.

void
handle(JobDeleted $event)

Handle the event.

Details

at line 19
__construct(JobRepository $jobs, TagRepository $tags)

Create a new listener instance.

Parameters

JobRepository $jobs

the job repository implementation

TagRepository $tags

the tag repository implementation

at line 28
void handle(JobDeleted $event)

Handle the event.

Parameters

JobDeleted $event

Return Value

void