Commit 2d31f9f6 by Qiang Xue

Fixes #5610: Removed unused property "generate"

parent 7324f21d
...@@ -32,10 +32,6 @@ class GenerateController extends Controller ...@@ -32,10 +32,6 @@ class GenerateController extends Controller
*/ */
public $module; public $module;
/** /**
* @var boolean whether to generate all files and overwrite existing files
*/
public $generate = false;
/**
* @var array a list of the available code generators * @var array a list of the available code generators
*/ */
public $generators = []; public $generators = [];
......
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