Browse Source

fix phpFoc, added missing param

tags/2.0.0-beta
AlexGx 11 years ago
parent
commit
c5ed024109
  1. 1
      framework/console/controllers/FixtureController.php

1
framework/console/controllers/FixtureController.php

@ -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,
* storage will not be cleared, data will be appended to already existed.
* @param array $fixtures
* @param array $except
* @throws \yii\console\Exception
*/
public function actionLoad(array $fixtures, array $except = [])

Loading…
Cancel
Save