Browse Source

removed suffix, since it will be applied later in getFixturesConfig method.

tags/2.0.0-beta
Mark 11 years ago
parent
commit
cb8fc55a66
  1. 2
      framework/console/controllers/FixtureController.php

2
framework/console/controllers/FixtureController.php

@ -75,7 +75,7 @@ class FixtureController extends Controller
* that disables and enables integrity check, so your data can be safely loaded. * that disables and enables integrity check, so your data can be safely loaded.
*/ */
public $globalFixtures = [ public $globalFixtures = [
'yii\test\InitDbFixture', 'yii\test\InitDb',
]; ];
/** /**

Loading…
Cancel
Save