set include_fluent default to true (#512)

This commit is contained in:
leo
2017-06-08 12:19:59 +02:00
committed by Barry vd. Heuvel
parent 25b5576f57
commit 46901d2c80
+1 -1
View File
@@ -85,7 +85,7 @@ class Generator
->with('namespaces_by_alias_ns', $this->getAliasesByAliasNamespace())
->with('helpers', $this->helpers)
->with('version', $app->version())
->with('include_fluent', $this->config->get('ide-helper.include_fluent', false))
->with('include_fluent', $this->config->get('ide-helper.include_fluent', true))
->render();
}