Commit ef4d5e48 by Qiang Xue

Fixes #4936 [skip ci]

parent e3ca5a81
...@@ -171,7 +171,7 @@ class FixtureController extends \yii\console\controllers\FixtureController ...@@ -171,7 +171,7 @@ class FixtureController extends \yii\console\controllers\FixtureController
public function options($actionID) public function options($actionID)
{ {
return array_merge(parent::options($actionID), [ return array_merge(parent::options($actionID), [
'templatePath', 'language', 'fixtureDataPath' 'templatePath', 'language', 'fixtureDataPath', 'count'
]); ]);
} }
......
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