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

get() public method

Get the current job information.
public get ( ) : array | null
return array | null
    public function get()
    {
        return $this->job;
    }