App\Domains\Http\Jobs\RespondWithViewJob::handle PHP Method

handle() public method

public handle ( Illuminate\Routing\ResponseFactory $factory )
$factory Illuminate\Routing\ResponseFactory
    public function handle(ResponseFactory $factory)
    {
        return $factory->view($this->template, $this->data, $this->status, $this->headers);
    }
RespondWithViewJob