Bugsnag\BugsnagLaravel\Queue\Tracker::set PHP Method

set() public method

Set the current job information.
public set ( array $job ) : void
$job array
return void
    public function set(array $job)
    {
        $this->job = $job;
    }