Typo - fixes #2089
This commit is contained in:
parent
0111100990
commit
47f7a7cc3a
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue