Commit 7ec1bfc7 authored by Tobias Munk's avatar Tobias Munk

enable tidyOuput in batch controller by default

parent 6b107869
......@@ -177,7 +177,7 @@ class BatchController extends Controller
/**
* @var bool whether to tidy generated code
*/
public $crudTidyOutput;
public $crudTidyOutput = true;
/**
* @var string the namespace of the ActiveQuery class to be generated
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment