mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fixes indents
This commit is contained in:
committed by
Qiang Xue
parent
d1b4e6c6d2
commit
97a6fb3b60
@ -105,11 +105,11 @@ abstract class BaseActiveFixture extends DbFixture implements \IteratorAggregate
|
||||
throw new InvalidConfigException("Fixture data file does not exist: {$this->dataFile}");
|
||||
}
|
||||
}
|
||||
|
||||
public function unload()
|
||||
|
||||
public function unload()
|
||||
{
|
||||
parent::unload();
|
||||
$this->data = [];
|
||||
$this->data = [];
|
||||
$this->_models = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user