@@ -104,11 +104,11 @@ |
||
104 | 104 | * @return object the current instance |
105 | 105 | */ |
106 | 106 | public function render() { |
107 | - $this->dompdf->loadHtml($this->html); |
|
108 | - $this->dompdf->setPaper($this->paper, $this->orientation); |
|
109 | - $this->dompdf->render(); |
|
110 | - $this->rendered = true; |
|
111 | - return $this; |
|
107 | + $this->dompdf->loadHtml($this->html); |
|
108 | + $this->dompdf->setPaper($this->paper, $this->orientation); |
|
109 | + $this->dompdf->render(); |
|
110 | + $this->rendered = true; |
|
111 | + return $this; |
|
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |