Fixes indents

This commit is contained in:
Vadim Belorussov
2014-08-19 20:01:08 +05:00
committed by Qiang Xue
parent d1b4e6c6d2
commit 97a6fb3b60

View File

@ -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 = [];
}
}