Merge branch 'release/3.5'

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

View File

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