Skip to content

Commit a7bfc57

Browse files
author
Raymond J. Kolbe
committed
Updated docs.
1 parent b888807 commit a7bfc57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class ReportController extends AbstractActionController
5454
$pdf->setOption('filename', 'monthly-report'), // Triggers PDF download, automatically appends ".pdf"
5555
$pdf->setOption('paperSize', 'a4'); // Defaults to "8x11"
5656
$pdf->setOption('paperOrientation', 'landscape'); // Defaults to "portrait"
57+
58+
return $pdf;
5759
}
5860
}
5961
```

0 commit comments

Comments
 (0)