Skip to content

Commit

Permalink
Missing ->render()
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmoraes committed Mar 17, 2015
1 parent bb89f2a commit 539ec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class HomeController extends BaseControler

public function helloWorld()
{
$html = view('pdfs.example1');
$html = view('pdfs.example1')->render();

return $this->pdf
->load($html)
Expand Down

0 comments on commit 539ec4f

Please sign in to comment.