class MonitorTag

Methods

__construct(string $tag)

Create a new job instance.

void
handle(TagRepository $tags)

Execute the job.

Details

at line 16
__construct(string $tag)

Create a new job instance.

Parameters

string $tag

The tag to monitor

at line 24
void handle(TagRepository $tags)

Execute the job.

Parameters

TagRepository $tags

Return Value

void