Skip to content

Commit

Permalink
code style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
s3b4stian committed Jun 1, 2017
1 parent 236fdf3 commit 2e6086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/HtmlTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function getOutput() : string
ob_start();

require APP."src/Templates/_pages/{$this->template}.html";

return ob_get_clean();
}
}

0 comments on commit 2e6086a

Please sign in to comment.