CanGelis\L4pdf\PDF::createResponse PHP Метод

createResponse() защищенный Метод

Creates a response object with proper Content-type for PDF Doc.
protected createResponse ( ) : Illuminate\Http\Response
Результат Illuminate\Http\Response
    protected function createResponse()
    {
        return Response::make($this->get(), 200)->header('Content-type', 'application/pdf');
    }