App\Domains\Http\Jobs\RespondWithViewJob::handle PHP 메소드

handle() 공개 메소드

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