mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 17:57:38 +08:00
fix phpFoc, added missing param
This commit is contained in:
@ -74,6 +74,7 @@ class FixtureController extends Controller
|
|||||||
* whitespace between names. Note that if you are loading fixtures to storage, for example: database or nosql,
|
* whitespace between names. Note that if you are loading fixtures to storage, for example: database or nosql,
|
||||||
* storage will not be cleared, data will be appended to already existed.
|
* storage will not be cleared, data will be appended to already existed.
|
||||||
* @param array $fixtures
|
* @param array $fixtures
|
||||||
|
* @param array $except
|
||||||
* @throws \yii\console\Exception
|
* @throws \yii\console\Exception
|
||||||
*/
|
*/
|
||||||
public function actionLoad(array $fixtures, array $except = [])
|
public function actionLoad(array $fixtures, array $except = [])
|
||||||
|
|||||||
Reference in New Issue
Block a user