Fixes #1437, fixes #

This commit is contained in:
James Brooks
2016-02-02 22:04:19 +00:00
parent 02816f99c0
commit 69e1bc3948
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ return [
// When set to true, the generated templates have a __toString() method
// that you can use to display the generated nodes.
// default: false
'debug' => config('app.debug', false),
'debug' => false,
// The charset used by the templates.
// default: utf-8