Typo - fixes #2089

This commit is contained in:
Samuel Georges 2016-06-04 12:14:53 +10:00
parent 0111100990
commit 47f7a7cc3a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ThemeData extends Model
*/
public function setDefaultValues()
{
foreach ($this->getDefaultValues() as $attribute => $field) {
foreach ($this->getDefaultValues() as $attribute => $value) {
$this->{$attribute} = $value;
}
}