Merge branch 'release/3.4' into release/3.5

This commit is contained in:
Dylan K. Taylor
2018-12-22 13:29:41 +00:00
4 changed files with 19 additions and 12 deletions

View File

@ -171,7 +171,7 @@ class Attribute{
}
public function resetToDefault() : void{
$this->setValue($this->getDefaultValue());
$this->setValue($this->getDefaultValue(), true);
}
public function getValue() : float{